From 2ed4720c79db817401e739a4d333c6cf5b59087a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 31 Jan 2026 20:42:06 +0900 Subject: style(nuldoc): unify indentation to 4 spaces --- .../nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md') diff --git a/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md index 74ea919e..e53a6bd4 100644 --- a/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md +++ b/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md @@ -4,7 +4,7 @@ uuid = "87455008-fe5b-49bf-af5a-b875264f8326" title = "【Ruby】 then キーワードと case in" description = "Ruby 3.0 で追加される case in 構文と、then キーワードについて" tags = [ - "ruby", + "ruby", ] [[article.revisions]] @@ -218,6 +218,6 @@ end # まとめ {#outro} * `if` や `case` の条件の後ろには `then`、`;`、改行のいずれかが必要 - * 通常は改行しておけばよい + * 通常は改行しておけばよい * 3.0 で入る予定の `case` - `in` でも `then` 等が必要になる * Ruby の構文を正確に知るには (現状) `parse.y` を直接読めばよい -- cgit v1.3-1-g0d28