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

Add ticket number of FrozenError#receiver [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-11-12 17:46:39 +09:00
parent fb6a489af2
commit 0f2837847d
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

4
NEWS
View file

@ -224,7 +224,7 @@ Complex::
Dir:: Dir::
Modified method:: Modified methods::
* Dir.glob and Dir.[] no longer allow NUL-separated glob pattern. * Dir.glob and Dir.[] no longer allow NUL-separated glob pattern.
Use Array instead. [Feature #14643] Use Array instead. [Feature #14643]
@ -293,7 +293,7 @@ FrozenError::
* Added FrozenError#receiver to return the frozen object that * Added FrozenError#receiver to return the frozen object that
modification was attempted on. To set this object when raising modification was attempted on. To set this object when raising
FrozenError in Ruby code, pass it as the second argument to FrozenError in Ruby code, pass it as the second argument to
FrozenError.new. FrozenError.new. [Feature #15751]
GC:: GC::