diff options
Diffstat (limited to 'docs/posts/page/2')
| -rw-r--r-- | docs/posts/page/2/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index b2e3a45..4634698 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -32,6 +32,18 @@ <article class="post-entry"> <header class="entry-header"> + <h2>[Ruby] 自身を実行している処理系の種類を判定する</h2> + </header> + <section class="entry-content"> + <p>Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。</p> + </section> + <footer class="entry-footer"> + Posted on <time>2021-10-02</time> + </footer> + <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/ruby-detect-running-implementation/"></a> +</article> +<article class="post-entry"> + <header class="entry-header"> <h2>Vimで選択した行の順番を入れ替える</h2> </header> <section class="entry-content"> |
