From 85bc3bdb08ef4380d3d4c78e773a02dadc011558 Mon Sep 17 00:00:00 2001 From: ayumin Date: Fri, 30 Dec 2011 08:07:27 +0000 Subject: * vm_eval.c (rb_f_send): fix [Bug #5125] [ruby-core:38633] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_eval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vm_eval.c') diff --git a/vm_eval.c b/vm_eval.c index 74f3e162b0..7b37b1002f 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -728,8 +728,8 @@ send_internal(int argc, const VALUE *argv, VALUE recv, call_type scope) /* * call-seq: - * obj.send(symbol [, args...]) -> obj - * obj.__send__(symbol [, args...]) -> obj + * foo.send(symbol [, args...]) -> obj + * foo.__send__(symbol [, args...]) -> obj * * Invokes the method identified by _symbol_, passing it any * arguments specified. You can use __send__ if the name -- cgit v1.2.3