From 15fcd78ff7c2193d5b5a2b5e7c8cea72fdc997bd Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 22 Feb 2013 23:17:21 +0000 Subject: [PATCH] * NEWS: Add Enumerable::Lazy to list git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) 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: