From ae818b589efcb5dca47d9ceb888cb658ef56e286 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Wed, 20 Nov 2019 17:21:38 +0900 Subject: add a NEWS entry for Method#inspect --- NEWS | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ce462d542c..f806fe848c 100644 --- a/NEWS +++ b/NEWS @@ -340,13 +340,11 @@ Integer:: 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:: 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 v1.2.3