diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-04 06:43:05 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-04 06:43:05 +0000 |
commit | 71f3943558343683d8f1099c6f0d4be130829e34 (patch) | |
tree | 2ddaec8cb38aaa40e08857ed3c1b8e7a77c4555f /NEWS | |
parent | 0e92ae9636db5b566e8e3bbcb39c3613facfd898 (diff) | |
download | ruby-71f3943558343683d8f1099c6f0d4be130829e34.tar.gz |
* 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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |