1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: Adding Array#select to the list of modified methods

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2010-04-16 23:25:51 +00:00
parent 3a6c6b4bed
commit f70e6e112f

1
NEWS
View file

@ -78,6 +78,7 @@ with all sufficient information, see the ChangeLog file.
* Array#reject
* Array#reject!
* Array#delete_if
* Array#select
Return an enumerator if no block is given.