summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:17:21 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:17:21 +0000
commit15fcd78ff7c2193d5b5a2b5e7c8cea72fdc997bd (patch)
tree4bc5246464c202f2b8dea05b80c448772644d032 /NEWS
parent11354e242a849b0400434724f52a7ed1ecaf1899 (diff)
* NEWS: Add Enumerable::Lazy to list
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06f8114beb..be22fe5ee7 100644
--- a/NEWS
+++ b/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: