summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-21 09:43:44 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-21 09:43:44 +0000
commit7f6df101caca14f3bc68226ff33b7301ffbe6d74 (patch)
treeb3117987ebd279a77401d5f638cce8e2bbc37d35 /NEWS
parentc2ace60b081c587532ba01ffebd6f4c1fe84e643 (diff)
Merge from ruby_1_8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8da2f5db1b..0a8fe6836b 100644
--- a/NEWS
+++ b/NEWS
@@ -232,6 +232,11 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
+ * __method__
+
+ New global function that returns the name of the current method as
+ a Symbol.
+
* enumerator
* Enumerator is now a built-in module. The #next and #rewind