From 1788d08d257060e6187817290d604d7da2f1ea65 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 26 Jul 2014 16:47:27 +0000 Subject: * proc.c (method_super_method): [DOC] Method#super_method git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 5e5705214e..a98bc4b471 100644 --- a/proc.c +++ b/proc.c @@ -2422,6 +2422,9 @@ method_proc(VALUE method) return procval; } +/* + * Returns a Method of superclass, which would be called when super is used. + */ static VALUE method_super_method(VALUE method) { -- cgit v1.2.3