aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/blog/posts/6/index.html
diff options
context:
space:
mode:
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>