summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 00:49:25 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 00:49:25 +0000
commit26101288eb58100ff394413a391fa6389e12a2ec (patch)
treee6b5dff7fd87f2037d81383fef1f3eb95cb4b98b /doc
parentf83a409947b413231b4a5d7d7b457d67631cc32d (diff)
downloadruby-26101288eb58100ff394413a391fa6389e12a2ec.tar.gz
ruby-26101288eb58100ff394413a391fa6389e12a2ec.tar.xz
ruby-26101288eb58100ff394413a391fa6389e12a2ec.zip
* 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
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS1
1 files changed, 0 insertions, 1 deletions
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