ruby-changes:9102
From: knu <ko1@a...>
Date: Thu, 11 Dec 2008 20:26:03 +0900 (JST)
Subject: [ruby-changes:9102] Ruby:r20639 (trunk): Remove things that have been backported to the ruby_1_8 branch. [trunk-only]
knu 2008-12-11 20:25:49 +0900 (Thu, 11 Dec 2008) New Revision: 20639 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20639 Log: Remove things that have been backported to the ruby_1_8 branch. [trunk-only] Modified files: trunk/doc/NEWS Index: doc/NEWS =================================================================== --- doc/NEWS (revision 20638) +++ doc/NEWS (revision 20639) @@ -111,9 +111,6 @@ * Enumerable and Enumerator o Enumerable#map,collect_all called without a block returns an enumerator. - o Enumerable#each_with_object [experimental] - o Enumerator#with_object [experimental] - o Enumerator.new { ... } [experimental] * Regexp#match, String#match o Regexp#match, String#match * Encoding @@ -134,7 +131,6 @@ o Numeric#div o Numeric#fdiv * Range - o Range#cover? o Range#include? iterates over elements and compares the given value with each element unless the range is numeric. Use Range#cover? for the old behavior, i.e. comparison @@ -145,7 +141,6 @@ o Regexp.try_convert * String o String#clear - o String#ord o String#encoding o String#force_encoding o String#unpack with a block -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/