From 4e87ee8da819c9b914620dfc6f84622a7b17e903 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 13 Aug 2018 14:33:06 +0000 Subject: mention about r64337 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a67ec25325..1175188049 100644 --- a/NEWS +++ b/NEWS @@ -104,6 +104,10 @@ with all sufficient information, see the ChangeLog file or Redmine * KeyError#initialize accepts :receiver and :key options to set receiver and key in Ruby code. [Feature #14313] +* Module + + * Module#method_defind?, Module#private_method_defined? and Module#protected_mathod_defined? now accepts the second parameter as optional. If it's true (=default), checks ancestor modules/classes, or checks only the class itself. [Feature #14944] + * NameError * NameError#initialize accepts :receiver option to set receiver in Ruby code. [Feature #14313] -- cgit v1.2.3