* NEWS: Adding Enumerable#each_entry to the new method list

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2010-03-04 02:29:07 +00:00
parent 556152ada3
commit e09838c691

1
NEWS
View File

@ -35,6 +35,7 @@ with all sufficient information, see the ChangeLog file.
* New methods:
* Enumerable#join
* Enumerable#chunk
* Enumerable#each_entry
* Enumerable#slice_before
* Enumerator