diff options
Diffstat (limited to 'docs/posts/ruby-then-keyword-and-case-in/index.html')
| -rw-r--r-- | docs/posts/ruby-then-keyword-and-case-in/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/posts/ruby-then-keyword-and-case-in/index.html b/docs/posts/ruby-then-keyword-and-case-in/index.html index 75639bf..f055f34 100644 --- a/docs/posts/ruby-then-keyword-and-case-in/index.html +++ b/docs/posts/ruby-then-keyword-and-case-in/index.html @@ -14,12 +14,12 @@ if cond then puts "Y" else puts "N" end このキーワードが # Example: if x then a end unless x then a end begin a rescue then b end case x when p then a end なぜ普段は書かなくてもよいのか 普通 Ruby のコードで then を書くことはない。なぜか。次のコードを実行してみるとわかる。"> <meta name="author" content=""> - <link href="https://nsfisis.github.io/an-old-hope.min.css" rel="stylesheet"> - <link href="https://nsfisis.github.io/style.css" rel="stylesheet"> - <link href="https://nsfisis.github.io/custom.css" rel="stylesheet"> + <link href="https://blog.nsfisis.dev/an-old-hope.min.css" rel="stylesheet"> + <link href="https://blog.nsfisis.dev/style.css" rel="stylesheet"> + <link href="https://blog.nsfisis.dev/custom.css" rel="stylesheet"> - <link rel="apple-touch-icon" href="https://nsfisis.github.io/apple-touch-icon.png"> - <link rel="icon" href="https://nsfisis.github.io/favicon.ico"> + <link rel="apple-touch-icon" href="https://blog.nsfisis.dev/apple-touch-icon.png"> + <link rel="icon" href="https://blog.nsfisis.dev/favicon.ico"> <meta name="generator" content="Hugo 0.88.1" /> @@ -77,7 +77,7 @@ if cond then puts "Y" else puts "N" end このキーワードが </script> <header class="header"> <nav class="nav"> - <p class="logo"><a href="https://nsfisis.github.io">REPL: Rest-Eat-Program Loop</a></p> + <p class="logo"><a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></p> </nav> </header> <main class="main"> @@ -227,13 +227,13 @@ C系の <code>if</code> 後に来る <code>(</code>/<code>)</code> や、Python </article></main> <footer class="footer"> - <span>© 2021 <a href="https://nsfisis.github.io">REPL: Rest-Eat-Program Loop</a></span> + <span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span> <span>·</span> <span>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo️️</a>️</span> <span>·</span> <span>Theme️ <a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper</a></span> </footer> -<script src="https://nsfisis.github.io/highlight.min.js"></script> +<script src="https://blog.nsfisis.dev/highlight.min.js"></script> <script> hljs.initHighlightingOnLoad(); </script> |
