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

ruby-changes:27348

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:19:31 +0900 (JST)
Subject: [ruby-changes:27348] marcandRe: r39399 (trunk): * NEWS: Specify that Proc#eql? was also removed

marcandre	2013-02-23 08:16:38 +0900 (Sat, 23 Feb 2013)

  New Revision: 39399

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

  Log:
    * NEWS: Specify that Proc#eql? was also removed

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 39398)
+++ NEWS	(revision 39399)
@@ -127,7 +127,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L127
 
   * Proc
     * incompatible change:
-      * removed Proc#== so two procs are == only when they are
+      * removed Proc#== and #eql? so two procs are == only when they are
         the same object.
 
   * Process
@@ -458,8 +458,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L458
     each_char and each_codepoint.
 
   * Proc#==
+  * Proc#eql?
 
-    This method was removed. Two procs are == only when they are
+    These methods were removed. Two procs are == only when they are
     the same object.
 
   * Fixnum

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

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