summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 16:22:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 16:22:41 +0000
commitb4981594dd8ac975d76ad1654a419bd6263c3c69 (patch)
treea5addb7c35ce34625a76898f3fb0b17219b5207c /NEWS
parent042a162af14b2d1f31130271530c7d66be5fd741 (diff)
proc.c: method_super_method
* proc.c (method_super_method): new method Method#super_method, which returns a method object of the method to be called by `super` in the receiver method object. [ruby-core:62202] [Feature #9781] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b85aed1f71..9485a99db2 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,8 @@ with all sufficient information, see the ChangeLog file.
* Method
* New methods:
* Method#curry([arity]) returns a curried Proc.
+ * Method#super_method returns a Method of superclass, which would be called
+ when super is used.
=== Core classes compatibility issues (excluding feature bug fixes)