git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2017-12-12 12:12:40 +00:00
Родитель 3baa1d23bc
Коммит 29e1f56e23
1 изменённых файлов: 4 добавлений и 0 удалений

4
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]