mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c: just minor changes (rdoc).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
edec8b39f9
commit
315f27836f
1 changed files with 2 additions and 2 deletions
4
eval.c
4
eval.c
|
@ -2830,7 +2830,7 @@ rb_f_local_variables(void)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* __method__ => string
|
||||
* __method__ => symbol
|
||||
*
|
||||
* Returns the name of the current method as a Symbol.
|
||||
* If called from inside of an aliased method it will return the original
|
||||
|
@ -2855,7 +2855,7 @@ rb_f_method_name(void)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* __callee__ => string
|
||||
* __callee__ => symbol
|
||||
*
|
||||
* Returns the name of the current method as Symbol.
|
||||
* If called from inside of an aliased method it will return the aliased
|
||||
|
|
Loading…
Reference in a new issue