aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/2021-10-02/ruby-detect-running-implementation/index.html
diff options
context:
space:
mode:
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.html16
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 &#34;mruby&#34;
-</span></code></pre></div></div>
+</span></code></pre></div>
+ </div>
</article></main>
<footer class="footer">
<span>&copy; 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span>