diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-15 21:55:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-15 21:55:46 +0900 |
| commit | cd152a4a02141470199fa5a2464245e974de1ffd (patch) | |
| tree | 76ac786415c9cb6fd2c7b79816465bfec34510fb /services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html | |
| parent | 6b33d04a7b205c76820fe094ce8576ffa807f8ba (diff) | |
| download | nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.tar.gz nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.tar.zst nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.zip | |
feat(blog): remove tags: cpp17, python3, ruby3
Diffstat (limited to 'services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html index f394889..9035fa1 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html @@ -5,11 +5,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="nsfisis"> <meta name="copyright" content="© 2021 nsfisis"> - <meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。"> - <meta name="keywords" content="Ruby,Ruby 3"> + <meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて"> + <meta name="keywords" content="Ruby"> <meta property="og:type" content="article"> <meta property="og:title" content="【Ruby】 then キーワードと case in|REPL: Rest-Eat-Program Loop"> - <meta property="og:description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。"> + <meta property="og:description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて"> <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> <meta property="og:locale" content="ja_JP"> <meta name="Hatena::Bookmark" content="nocomment"> @@ -47,9 +47,6 @@ <li class="tag"> <a class="tag-inner" href="/tags/ruby/">Ruby</a> </li> - <li class="tag"> - <a class="tag-inner" href="/tags/ruby3/">Ruby 3</a> - </li> </ul> </header> <nav class="toc"> |
