diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/6/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/6/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/services/nuldoc/public/blog/posts/6/index.html b/services/nuldoc/public/blog/posts/6/index.html index 1ccf8c4..e2f3ff3 100644 --- a/services/nuldoc/public/blog/posts/6/index.html +++ b/services/nuldoc/public/blog/posts/6/index.html @@ -63,6 +63,26 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2021-10-02/ruby-detect-running-implementation/"> + <header class="entry-header"> + <h2>【Ruby】 自身を実行している処理系の種類を判定する</h2> + </header> + <section class="entry-content"> + <p> + Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2021-10-02">2021-10-02</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">Ruby</span> + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2021-10-02/ruby-then-keyword-and-case-in/"> <header class="entry-header"> <h2>【Ruby】 then キーワードと case in</h2> |
