ruby-changes:27360
From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 09:15:48 +0900 (JST)
Subject: [ruby-changes:27360] marcandRe: r39412 (ruby_2_0_0): * Backport r39399 from trunk:
marcandre 2013-02-23 09:15:35 +0900 (Sat, 23 Feb 2013) New Revision: 39412 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39412 Log: * Backport r39399 from trunk: * NEWS: Specify that Proc#eql? was also removed Modified files: branches/ruby_2_0_0/NEWS Index: ruby_2_0_0/NEWS =================================================================== --- ruby_2_0_0/NEWS (revision 39411) +++ ruby_2_0_0/NEWS (revision 39412) @@ -137,7 +137,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/NEWS#L137 * 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 @@ -477,8 +477,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/NEWS#L477 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/