[前][次][番号順一覧][スレッド一覧]

ruby-changes:68010

From: Shugo <ko1@a...>
Date: Thu, 16 Sep 2021 17:32:00 +0900 (JST)
Subject: [ruby-changes:68010] 5f1385bec0 (master): Add a newline [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=5f1385bec0

From 5f1385bec0b6cfddbd51fc867ee6dcff2122399b Mon Sep 17 00:00:00 2001
From: Shugo Maeda <shugo@r...>
Date: Thu, 16 Sep 2021 17:31:39 +0900
Subject: Add a newline [ci skip]

---
 NEWS.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/NEWS.md b/NEWS.md
index 173afe1..38d7859 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -71,6 +71,7 @@ Note that each entry is kept to a minimum, see links for details. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L71
 
 * Values in Hash literals and keyword arguments can be omitted.
   [[Feature #14579]]
+
   For example,
 
     * `{x:, y:}` is a syntax sugar of `{x: x, y: y}`.
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]