* NEWS: Add Enumerable::Lazy to list

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-02-22 23:17:21 +00:00
Родитель 11354e242a
Коммит 15fcd78ff7
1 изменённых файлов: 1 добавлений и 0 удалений

1
NEWS
Просмотреть файл

@ -37,6 +37,7 @@ with all sufficient information, see the ChangeLog file.
* added Enumerator#size for lazy size evaluation.
* extended method:
* Enumerator.new accept an argument for lazy size evaluation.
* new class Enumerator::Lazy for lazy enumeration
* ENV
* aliased method: