This commit is contained in:
Benoit Daloze 2019-11-03 11:11:20 +01:00
Родитель 4a16623707
Коммит fbacfe6820
1 изменённых файлов: 2 добавлений и 1 удалений

3
NEWS
Просмотреть файл

@ -361,7 +361,8 @@ Regexp::
Modified method::
* Regexp#match(nil) and Regexp#match?(nil) now raise TypeError. [Feature #13083]
* Regexp#match and Regexp#match? with a +nil+ argument are deprecated
and will raise a TypeError in the next release. [Feature #13083]
RubyVM::