aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/blog/posts/6/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-27 02:12:38 +0900
committernsfisis <nsfisis@gmail.com>2025-11-27 02:12:38 +0900
commit2b102673ceb57081891e153b896aba5568dbc1f1 (patch)
tree2bc76d5d9ef89e2e88c4f13de0ddb93c8b19a52e /services/nuldoc/public/blog/posts/6/index.html
parent1c5bdf6d09a5f018ec54b88466361377b7373ded (diff)
downloadnsfisis.dev-2b102673ceb57081891e153b896aba5568dbc1f1.tar.gz
nsfisis.dev-2b102673ceb57081891e153b896aba5568dbc1f1.tar.zst
nsfisis.dev-2b102673ceb57081891e153b896aba5568dbc1f1.zip
feat(nuldoc/blog): New post /posts/2025-11-27/anybatross-writeup/
Diffstat (limited to 'services/nuldoc/public/blog/posts/6/index.html')
-rw-r--r--services/nuldoc/public/blog/posts/6/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/services/nuldoc/public/blog/posts/6/index.html b/services/nuldoc/public/blog/posts/6/index.html
index 3564215..6067a5e 100644
--- a/services/nuldoc/public/blog/posts/6/index.html
+++ b/services/nuldoc/public/blog/posts/6/index.html
@@ -63,6 +63,29 @@
</div>
</nav>
<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>
+ </header>
+ <section class="entry-content">
+ <p>
+ Ruby 3.0 で追加される case in 構文と、then キーワードについて。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2021-10-02">2021-10-02</time> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ Ruby
+ </li>
+ <li class="tag">
+ Ruby 3
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2021-10-02/rust-where-are-primitive-types-from/">
<header class="entry-header">
<h2>Rust のプリミティブ型はどこからやって来るか</h2>