ruby-changes:58748
From: Kazuhiro <ko1@a...>
Date: Tue, 12 Nov 2019 17:47:36 +0900 (JST)
Subject: [ruby-changes:58748] 0f2837847d (master): Add ticket number of `FrozenError#receiver` [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=0f2837847d From 0f2837847d5bfb65d20a89d196393212635fbe9e Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Tue, 12 Nov 2019 17:46:39 +0900 Subject: Add ticket number of `FrozenError#receiver` [ci skip] diff --git a/NEWS b/NEWS index 14e8fd2..eb72797 100644 --- a/NEWS +++ b/NEWS @@ -224,7 +224,7 @@ Complex:: https://github.com/ruby/ruby/blob/trunk/NEWS#L224 Dir:: - Modified method:: + Modified methods:: * Dir.glob and Dir.[] no longer allow NUL-separated glob pattern. Use Array instead. [Feature #14643] @@ -293,7 +293,7 @@ FrozenError:: https://github.com/ruby/ruby/blob/trunk/NEWS#L293 * 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:: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/