summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 09:04:50 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 09:04:50 +0000
commit594c1d7f361d7ca52861905c2966e710420e9635 (patch)
tree525cb886764a5918505bca77f2bdd56477a51bce /NEWS
parentbac58ed71c35054ddcbf4ba12a385a9df3683a42 (diff)
* object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc
since it does not pass the tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 722dd8fe16..8da2f5db1b 100644
--- a/NEWS
+++ b/NEWS
@@ -232,8 +232,6 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
- * Symbol#to_proc implemented.
-
* enumerator
* Enumerator is now a built-in module. The #next and #rewind