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

* NEWS: add Module#private_constant and Module#public_constant.

[ruby-dev:39685][ruby-core:32698]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-12-21 23:59:42 +00:00
parent 9241383352
commit 6a50d27231
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Wed Dec 22 08:56:39 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add Module#private_constant and Module#public_constant.
[ruby-dev:39685][ruby-core:32698]
Wed Dec 22 07:59:23 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add IO#advise. [ruby-core:33110] [Ruby 1.9-Feature#4038]

5
NEWS
View file

@ -54,6 +54,11 @@ with all sufficient information, see the ChangeLog file.
* Kernel#respond_to? now returns false for protected methods.
* move #__id__ and #object_id to BasicObject.
* Module
* new methods:
* Module#private_constant
* Module#public_constant
* String
* new method:
* String#prepend