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

ruby-changes:58859

From: Koichi <ko1@a...>
Date: Wed, 20 Nov 2019 17:22:09 +0900 (JST)
Subject: [ruby-changes:58859] ae818b589e (master): add a NEWS entry for Method#inspect

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

From ae818b589efcb5dca47d9ceb888cb658ef56e286 Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Wed, 20 Nov 2019 17:21:38 +0900
Subject: add a NEWS entry for Method#inspect


diff --git a/NEWS b/NEWS
index ce462d5..f806fe8 100644
--- a/NEWS
+++ b/NEWS
@@ -340,13 +340,11 @@ Integer:: https://github.com/ruby/ruby/blob/trunk/NEWS#L340
          0b01001100[2...6] #=> 0b0011
              ^^^^
 
-NilClass / TrueClass / FalseClass::
+Method::
 
-  Modified methods::
+  Modified method::
 
-    * NilClass#to_s, TrueClass#to_s and FalseClass#to_s now always return a
-      frozen String. The returned String is always the same for each of these
-      values. This change is experimental. [Feature #16150]
+    * Method#inspect shows much information. [Feature #14145]
 
 Module::
 
@@ -369,6 +367,15 @@ Module:: https://github.com/ruby/ruby/blob/trunk/NEWS#L367
       always the same for a given Module. This change is
       experimental. [Feature #16150]
 
+
+NilClass / TrueClass / FalseClass::
+
+  Modified methods::
+
+    * NilClass#to_s, TrueClass#to_s and FalseClass#to_s now always return a
+      frozen String. The returned String is always the same for each of these
+      values. This change is experimental. [Feature #16150]
+
 ObjectSpace::WeakMap::
 
   Modified method::
-- 
cgit v0.10.2


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

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