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

ruby-changes:28403

From: marcandre <ko1@a...>
Date: Thu, 25 Apr 2013 07:12:42 +0900 (JST)
Subject: [ruby-changes:28403] marcandRe: r40455 (trunk): * array.c: Improve rdoc for eql?

marcandre	2013-04-25 07:12:31 +0900 (Thu, 25 Apr 2013)

  New Revision: 40455

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

  Log:
    * array.c: Improve rdoc for eql?

  Modified files:
    trunk/array.c

Index: array.c
===================================================================
--- array.c	(revision 40454)
+++ array.c	(revision 40455)
@@ -3603,7 +3603,7 @@ recursive_eql(VALUE ary1, VALUE ary2, in https://github.com/ruby/ruby/blob/trunk/array.c#L3603
  *     ary.eql?(other)  -> true or false
  *
  *  Returns +true+ if +self+ and +other+ are the same object,
- *  or are both arrays with the same content.
+ *  or are both arrays with the same content (according to Object#eql?).
  */
 
 static VALUE

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

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