* 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
Родитель 049cdff0eb
Коммит 1ebba08dab
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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
Просмотреть файл

@ -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: