Skip to content

Commit

Permalink
Add ticket number of FrozenError#receiver [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Nov 12, 2019
1 parent fb6a489 commit 0f28378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS
Expand Up @@ -224,7 +224,7 @@ Complex::

Dir::

Modified method::
Modified methods::

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

GC::

Expand Down

0 comments on commit 0f28378

Please sign in to comment.