diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 11:25:49 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 11:25:49 +0000 |
| commit | 8d999ee3e83126058be1cbfbffcc1d645ea5fe8b (patch) | |
| tree | 0d0e049f9d50b3b105959a109a317afb0e09357a | |
| parent | 84a13de10ac7a51744be2f51710f2bd1118731f1 (diff) | |
| download | ruby-8d999ee3e83126058be1cbfbffcc1d645ea5fe8b.tar.gz ruby-8d999ee3e83126058be1cbfbffcc1d645ea5fe8b.tar.xz ruby-8d999ee3e83126058be1cbfbffcc1d645ea5fe8b.zip | |
Remove things that have been backported to the ruby_1_8 branch. [trunk-only]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | doc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -111,9 +111,6 @@ Compatible * 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 @@ Compatible 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 @@ Compatible o Regexp.try_convert * String o String#clear - o String#ord o String#encoding o String#force_encoding o String#unpack with a block |
