[前][次][番号順一覧][スレッド一覧]

ruby-changes:13320

From: marcandre <ko1@a...>
Date: Fri, 25 Sep 2009 05:59:30 +0900 (JST)
Subject: [ruby-changes:13320] Ruby:r25083 (trunk): * proc.c (Method#== doc): Fix doc, cf

marcandre	2009-09-25 05:59:19 +0900 (Fri, 25 Sep 2009)

  New Revision: 25083

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25083

  Log:
    * proc.c (Method#== doc): Fix doc, cf [ruby-core:24791]

  Modified files:
    trunk/proc.c

Index: proc.c
===================================================================
--- proc.c	(revision 25082)
+++ proc.c	(revision 25083)
@@ -982,8 +982,8 @@
  * 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]