aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/2021-10-02/ruby-detect-running-implementation
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-23 23:49:57 +0900
committernsfisis <nsfisis@gmail.com>2022-04-23 23:49:57 +0900
commit13b78dc0d6b1795f77592be8c0d3212a0c63e173 (patch)
tree64e6b97c1f888013b3be27315f592093f9cc001d /docs/posts/2021-10-02/ruby-detect-running-implementation
parent470b6afdb02fbd87a09d526784dd19b30852a6a2 (diff)
downloadnsfisis.github.io-13b78dc0d6b1795f77592be8c0d3212a0c63e173.tar.gz
nsfisis.github.io-13b78dc0d6b1795f77592be8c0d3212a0c63e173.tar.zst
nsfisis.github.io-13b78dc0d6b1795f77592be8c0d3212a0c63e173.zip
regenerate
Diffstat (limited to 'docs/posts/2021-10-02/ruby-detect-running-implementation')
-rw-r--r--docs/posts/2021-10-02/ruby-detect-running-implementation/index.html8
1 files changed, 3 insertions, 5 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 723cc6a..37360e3 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
@@ -32,6 +32,9 @@
<header class="post-header">
<h1 class="post-title">[Ruby] 自身を実行している処理系の種類を判定する</h1>
<div class="post-meta">2021-10-02</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 から移植してきたものです。
元 URL: <a href="https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791">https://qiita.com/nsfisis/items/74d7ffeeebc51b20d791</a></p>
@@ -100,11 +103,6 @@ jruby 1.2.0 (ruby 1.8.6 patchlevel 287) (2009-03-16 rev 9419) [i386-java]
</span><span style="color:#75715e"> */</span>
<span style="color:#75715e">#define MRUBY_RUBY_ENGINE &#34;mruby&#34;
</span></code></pre></div></div>
- <footer class="post-footer">
- <ul class="post-tags">
- <li><a href="https://blog.nsfisis.dev/tags/ruby">ruby</a></li>
- </ul>
- </footer>
</article></main>
<footer class="footer">
<span>&copy; 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span>