ruby-changes:26860
From: marcandre <ko1@a...>
Date: Thu, 24 Jan 2013 05:05:53 +0900 (JST)
Subject: [ruby-changes:26860] marcandRe: r38912 (trunk): * NEWS: List Proc#== removal
marcandre 2013-01-24 05:05:42 +0900 (Thu, 24 Jan 2013) New Revision: 38912 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38912 Log: * NEWS: List Proc#== removal Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 38911) +++ NEWS (revision 38912) @@ -124,6 +124,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L124 * added method: * added nil.to_h which returns {} + * Proc + * incompatible change: + * removed Proc#== so two procs are == only when they are + the same object. + * Process * added method: * added getsid for getting session id (unix only). @@ -423,6 +428,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L428 These methods are deprecated in favor of each_line, each_byte, each_char and each_codepoint. + * Proc#== + + This method was removed. Two procs are == only when they are + the same object. + * Signal.trap See above. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/