[前][次][番号順一覧][スレッド一覧]

ruby-changes:27350

From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:19:49 +0900 (JST)
Subject: [ruby-changes:27350] marcandRe: r39402 (trunk): * NEWS: Add Enumerable::Lazy to list

marcandre	2013-02-23 08:17:21 +0900 (Sat, 23 Feb 2013)

  New Revision: 39402

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39402

  Log:
    * NEWS: Add Enumerable::Lazy to list

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 39401)
+++ NEWS	(revision 39402)
@@ -37,6 +37,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L37
       * 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:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]