1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[Feature #13083] is already reverted

This commit is contained in:
Kazuhiro NISHIYAMA 2019-12-14 16:05:49 +09:00
parent 90cdcefa78
commit 4cc83f9ac6
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

8
NEWS
View file

@ -365,7 +365,6 @@ Module::
always the same for a given Module. This change is
experimental. [Feature #16150]
NilClass / TrueClass / FalseClass::
Modified methods::
@ -381,13 +380,6 @@ ObjectSpace::WeakMap::
* ObjectSpace::WeakMap#[]= now accepts special objects as either key or
values. [Feature #16035]
Regexp::
Modified method::
* Regexp#match and Regexp#match? with a +nil+ argument are deprecated
and will raise a TypeError in the next release. [Feature #13083]
RubyVM::
Removed method::