mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a NEWS entry for Method#inspect
This commit is contained in:
parent
fc22b0eaa3
commit
ae818b589e
1 changed files with 12 additions and 5 deletions
17
NEWS
17
NEWS
|
@ -340,13 +340,11 @@ Integer::
|
||||||
0b01001100[2...6] #=> 0b0011
|
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
|
* Method#inspect shows much information. [Feature #14145]
|
||||||
frozen String. The returned String is always the same for each of these
|
|
||||||
values. This change is experimental. [Feature #16150]
|
|
||||||
|
|
||||||
Module::
|
Module::
|
||||||
|
|
||||||
|
@ -369,6 +367,15 @@ Module::
|
||||||
always the same for a given Module. This change is
|
always the same for a given Module. This change is
|
||||||
experimental. [Feature #16150]
|
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::
|
ObjectSpace::WeakMap::
|
||||||
|
|
||||||
Modified method::
|
Modified method::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue