aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/blog/posts/6
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 20:52:52 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 20:52:52 +0900
commit3e9c900e00b17b4e31f5e9476216d76b75342443 (patch)
tree273e20e0d87479e4c510e7e3341c7f2f93e23540 /services/nuldoc/public/blog/posts/6
parent3704a9bf7eea6d7bef67eba6d2ef10be4ae5c24c (diff)
downloadnsfisis.dev-3e9c900e00b17b4e31f5e9476216d76b75342443.tar.gz
nsfisis.dev-3e9c900e00b17b4e31f5e9476216d76b75342443.tar.zst
nsfisis.dev-3e9c900e00b17b4e31f5e9476216d76b75342443.zip
feat(blog): new post /posts/2025-12-06/archive-dynamic-site-with-wget/
Diffstat (limited to 'services/nuldoc/public/blog/posts/6')
-rw-r--r--services/nuldoc/public/blog/posts/6/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/services/nuldoc/public/blog/posts/6/index.html b/services/nuldoc/public/blog/posts/6/index.html
index 1ccf8c4..e2f3ff3 100644
--- a/services/nuldoc/public/blog/posts/6/index.html
+++ b/services/nuldoc/public/blog/posts/6/index.html
@@ -63,6 +63,26 @@
</div>
</nav>
<article class="post-entry">
+ <a href="/posts/2021-10-02/ruby-detect-running-implementation/">
+ <header class="entry-header">
+ <h2>【Ruby】 自身を実行している処理系の種類を判定する</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2021-10-02">2021-10-02</time> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ <span class="tag-inner">Ruby</span>
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2021-10-02/ruby-then-keyword-and-case-in/">
<header class="entry-header">
<h2>【Ruby】 then キーワードと case in</h2>