From 26101288eb58100ff394413a391fa6389e12a2ec Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 16 Jun 2008 00:49:25 +0000 Subject: * enumerator.c (enumerator_with_object, Init_Enumerator): Temporarily back out with_memo, for which we need a better name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index d1c14dd0c..db76546fb 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -107,7 +107,6 @@ 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