From 608267e04c11f4fc9b7823d95317a71be33a614c Mon Sep 17 00:00:00 2001 From: marcandre Date: Thu, 24 Sep 2009 20:59:19 +0000 Subject: * proc.c (Method#== doc): Fix doc, cf [ruby-core:24791] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 3300ec9aa7..ac6689d77d 100644 --- a/proc.c +++ b/proc.c @@ -982,8 +982,8 @@ mnew(VALUE klass, VALUE obj, ID id, VALUE mclass, int scope) * call-seq: * meth == other_meth => true or false * - * Two method objects are equal if that are bound to the same - * object and contain the same body. + * Two method objects are equal if they are bound to the same + * object and refer to the same method definition. */ static VALUE -- cgit v1.2.3