summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-20 07:35:57 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-20 07:35:57 +0000
commitec3a7b7dcf08f0fa125cf42b4bf4ca8a4a619655 (patch)
treea76c092c5fef913a8721cd88a7ffc6e69a808837
parent4b2f285f3a8ac7a4db0acf3598b55b8bab0ae655 (diff)
downloadruby-ec3a7b7dcf08f0fa125cf42b4bf4ca8a4a619655.tar.gz
ruby-ec3a7b7dcf08f0fa125cf42b4bf4ca8a4a619655.tar.xz
ruby-ec3a7b7dcf08f0fa125cf42b4bf4ca8a4a619655.zip
* eval.c: just minor changes (rdoc).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 53517c25b..cfd0fbfb4 100644
--- a/eval.c
+++ b/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