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

* 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