diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-14 22:40:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-14 22:40:28 +0900 |
| commit | e2d0028c1fbfb4cac59e20926e5aa0031e0ed607 (patch) | |
| tree | bf89da301d96aaf22aac30402156cd1f3fed8299 /docs/posts/2021-10-02/ruby-detect-running-implementation/index.html | |
| parent | fee09a6d9a16226ea02b2725fff318cc35dd83b7 (diff) | |
| download | nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.gz nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.zst nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.zip | |
add changelog field to frontmatter
Diffstat (limited to 'docs/posts/2021-10-02/ruby-detect-running-implementation/index.html')
| -rw-r--r-- | docs/posts/2021-10-02/ruby-detect-running-implementation/index.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/posts/2021-10-02/ruby-detect-running-implementation/index.html b/docs/posts/2021-10-02/ruby-detect-running-implementation/index.html index 3b0986f..9ecf3cc 100644 --- a/docs/posts/2021-10-02/ruby-detect-running-implementation/index.html +++ b/docs/posts/2021-10-02/ruby-detect-running-implementation/index.html @@ -31,12 +31,21 @@ <article class="post-single"> <header class="post-header"> <h1 class="post-title">[Ruby] 自身を実行している処理系の種類を判定する</h1> - <div class="post-meta">2021-10-02</div> + <div class="post-meta"> + Posted on <time>2021-10-02</time> + </div> <ul class="post-tags"> <li><a href="https://blog.nsfisis.dev/tags/ruby">ruby</a></li> </ul> </header> - <div class="post-content"><p>この記事は Qiita から移植してきたものです。 + <div class="post-content"> + <section> + <h1>更新履歴</h1> + <ul> + <li>2021-10-02: Qiita から移植</li> + </ul> + </section> + <p>この記事は Qiita から移植してきたものです。 元 URL: <a href="https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791">https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791</a></p> <hr> <p>Ruby という言語には複数の実装があるが、それらをスクリプト上からどのようにして programmatically に見分ければよいだろうか。</p> @@ -102,7 +111,8 @@ jruby 1.2.0 (ruby 1.8.6 patchlevel 287) (2009-03-16 rev 9419) [i386-java] </span><span style="color:#75715e"> * Ruby engine. </span><span style="color:#75715e"> */</span> <span style="color:#75715e">#define MRUBY_RUBY_ENGINE "mruby" -</span></code></pre></div></div> +</span></code></pre></div> + </div> </article></main> <footer class="footer"> <span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span> |
