1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: Note about Module#include and prepend scope change

[Feature #8846]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-09-04 06:43:05 +00:00
parent 0e92ae9636
commit 71f3943558

1
NEWS
View file

@ -67,6 +67,7 @@ with all sufficient information, see the ChangeLog file.
or false if it is an ordinary class or module.
* extended methods:
* Module#refine is no longer experimental.
* Module#include and Module#prepend are now public methods.
* Mutex
* misc