From 29e1f56e2319a9f6e9b611579b4c5a07d0663598 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Tue, 12 Dec 2017 12:12:40 +0000 Subject: [PATCH] NEWS for Method#=== git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 95826e8ad3..a7998061b2 100644 --- a/NEWS +++ b/NEWS @@ -94,6 +94,10 @@ with all sufficient information, see the ChangeLog file or Redmine * 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]