summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 16:59:58 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 16:59:58 +0000
commita943788fb748d7d99e6f9500da1e9cf02854cdd5 (patch)
treee974d8b24587542acfa1feb36ddcd0b003998f78 /NEWS
parenta108a97f9816acbc3cc9286c7aee6dee8246a12e (diff)
* NEWS: remove a description of Kernel#respond_to? because it has
been reverted at revision 41837. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bc8d8d9c7c..ec5f7ccbff 100644
--- a/NEWS
+++ b/NEWS
@@ -71,7 +71,6 @@ with all sufficient information, see the ChangeLog file.
binary version of IO.write.
* Kernel
- * Kernel#respond_to? now returns false for protected methods.
* move #__id__ to BasicObject.
* extended method:
* Kernel#rand supports range argument