* 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 changed files with 1 additions and 0 deletions

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.