Remove things that have been backported to the ruby_1_8 branch. [trunk-only]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
566e7da773
commit
9f37bc558c
5
doc/NEWS
5
doc/NEWS
@ -111,9 +111,6 @@ Compatible
|
|||||||
* Enumerable and Enumerator
|
* Enumerable and Enumerator
|
||||||
o Enumerable#map,collect_all called without a block returns
|
o Enumerable#map,collect_all called without a block returns
|
||||||
an enumerator.
|
an enumerator.
|
||||||
o Enumerable#each_with_object [experimental]
|
|
||||||
o Enumerator#with_object [experimental]
|
|
||||||
o Enumerator.new { ... } [experimental]
|
|
||||||
* Regexp#match, String#match
|
* Regexp#match, String#match
|
||||||
o Regexp#match, String#match
|
o Regexp#match, String#match
|
||||||
* Encoding
|
* Encoding
|
||||||
@ -134,7 +131,6 @@ Compatible
|
|||||||
o Numeric#div
|
o Numeric#div
|
||||||
o Numeric#fdiv
|
o Numeric#fdiv
|
||||||
* Range
|
* Range
|
||||||
o Range#cover?
|
|
||||||
o Range#include? iterates over elements and compares the
|
o Range#include? iterates over elements and compares the
|
||||||
given value with each element unless the range is numeric.
|
given value with each element unless the range is numeric.
|
||||||
Use Range#cover? for the old behavior, i.e. comparison
|
Use Range#cover? for the old behavior, i.e. comparison
|
||||||
@ -145,7 +141,6 @@ Compatible
|
|||||||
o Regexp.try_convert
|
o Regexp.try_convert
|
||||||
* String
|
* String
|
||||||
o String#clear
|
o String#clear
|
||||||
o String#ord
|
|
||||||
o String#encoding
|
o String#encoding
|
||||||
o String#force_encoding
|
o String#force_encoding
|
||||||
o String#unpack with a block
|
o String#unpack with a block
|
||||||
|
Loading…
x
Reference in New Issue
Block a user