summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-22 16:49:39 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-22 16:49:39 +0000
commit1ebba08dab7861fef842479ff8a58ffe701a6d26 (patch)
tree5574be49809f7a8acdeb4b8cd9716088f32c2457 /NEWS
parent049cdff0eb8ed42503f1c1b5d89268a88744c1e1 (diff)
* NEWS: remove #object_id. [ruby-dev:42840]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44c4bf7dbc..b32e533a14 100644
--- a/NEWS
+++ b/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: