ruby-changes:49046
From: a_matsuda <ko1@a...>
Date: Tue, 12 Dec 2017 21:22:03 +0900 (JST)
Subject: [ruby-changes:49046] a_matsuda:r61160 (trunk): NEWS for Method#===
a_matsuda 2017-12-12 21:12:40 +0900 (Tue, 12 Dec 2017) New Revision: 61160 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61160 Log: NEWS for Method#=== Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 61159) +++ NEWS (revision 61160) @@ -94,6 +94,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L94 * Kernel#pp [Feature #14123] * Kernel#warn(..., uplevel:n) [Feature #12882] +* Method + + * Method#=== invokes Method#call [#14142] + * Module * Module#attr, attr_accessor, attr_reader, attr_writer are now public [#14132] * Module#define_method, alias_method, undef_method, remove_method are now public [#14133] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/