From e921f413f7a8fc8704abc93c0cd1e179fd9f165d Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 3 Jun 2008 12:43:45 +0000 Subject: * enumerator.c (enumerator_with_memo): New method: with_memo(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index db76546fb..d1c14dd0c 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -107,6 +107,7 @@ Compatible * Enumerable and Enumerator o Enumerable#map,collect_all called without a block returns an enumerator. + o Enumerable::Enumerator#with_memo * Regexp#match, String#match o Regexp#match, String#match * Fiber: coroutines/micro-threads -- cgit