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

* NEWS: remove #object_id. [ruby-dev:42840]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-12-22 16:49:39 +00:00
parent 049cdff0eb
commit 1ebba08dab
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Dec 23 01:47:58 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: remove #object_id. [ruby-dev:42840]
Wed Dec 22 08:56:39 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add Module#private_constant and Module#public_constant.

2
NEWS
View file

@ -52,7 +52,7 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* Kernel#respond_to? now returns false for protected methods.
* move #__id__ and #object_id to BasicObject.
* move #__id__ to BasicObject.
* Module
* new methods: