diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 07:35:57 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 07:35:57 +0000 |
commit | 315f27836fec6a1fef162c066c5e6644eec6351b (patch) | |
tree | a76c092c5fef913a8721cd88a7ffc6e69a808837 | |
parent | edec8b39f95bb6ed0b0e95f248e21beb110ffa34 (diff) |
* eval.c: just minor changes (rdoc).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |