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

ruby-changes:64448

From: Yusuke <ko1@a...>
Date: Tue, 22 Dec 2020 14:06:10 +0900 (JST)
Subject: [ruby-changes:64448] 03f2b09320 (master): NEWS.md: fix the format

https://git.ruby-lang.org/ruby.git/commit/?id=03f2b09320

From 03f2b093201762031d5be64d0cce85da26c1d3b3 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Tue, 22 Dec 2020 14:05:36 +0900
Subject: NEWS.md: fix the format


diff --git a/NEWS.md b/NEWS.md
index 800070e..88b7115 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -157,9 +157,11 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L157
         # => ["data1", "data2", "data3"]
         ```
 
-* Binding#eval when called with one arguments will use "(eval)"
-  for `__FILE__` and 1 for `__LINE__` in the evaluated code.
-  [[Bug #4352]] [[Bug #17419]]
+* Binding
+
+    * Binding#eval when called with one arguments will use "(eval)"
+      for `__FILE__` and 1 for `__LINE__` in the evaluated code.
+      [[Bug #4352]] [[Bug #17419]]
 
 * ConditionVariable
 
-- 
cgit v0.10.2


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

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