summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 07:02:24 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 07:02:24 +0000
commit7cb1d35e230bcab0e440c2198b367c7c8b8cac1d (patch)
tree8c6e591a314c1c19e6018d1764392f56b2338728 /NEWS
parentb4c621b641f912cbc27fab01a73fcb84743c9d99 (diff)
* object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug#19012
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f70f105aa..ab27f9fb80 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,10 @@ with all sufficient information, see the ChangeLog file.
New exception class that causes Kernel#loop to stop iteration when
raised.
+ * Symbol#to_proc
+
+ New method.
+
* enumerator
* Enumerator is now a built-in module. The #next and #rewind