diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-10-23 10:54:02 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-10-23 10:54:02 +0900 |
| commit | 7a2c33d6042bbd285c9bfa19f2c4c262bca95fcc (patch) | |
| tree | 8b5574e334d58998b93c54e83da23ad937f2e000 /docs/page/2 | |
| parent | f33ebae2c80348f9b5d09a5c02a1fb6e3b0dea7d (diff) | |
| download | nsfisis.github.io-7a2c33d6042bbd285c9bfa19f2c4c262bca95fcc.tar.gz nsfisis.github.io-7a2c33d6042bbd285c9bfa19f2c4c262bca95fcc.tar.zst nsfisis.github.io-7a2c33d6042bbd285c9bfa19f2c4c262bca95fcc.zip | |
new post: phperkaigi-2023-unused-token-quiz-1
Diffstat (limited to 'docs/page/2')
| -rw-r--r-- | docs/page/2/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/page/2/index.html b/docs/page/2/index.html index b3c9436..491787d 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -30,6 +30,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"> |
