summaryrefslogtreecommitdiff
path: root/doc/NEWS
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
commita938a521265d77aee40f45a1c4cb0bc16cb8e705 (patch)
treee6b5dff7fd87f2037d81383fef1f3eb95cb4b98b /doc/NEWS
parent959383cb10a0e0bda3352fd426aa1c91b2ebafc4 (diff)
* enumerator.c (enumerator_with_object, Init_Enumerator):
Temporarily back out with_memo, for which we need a better name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index d1c14dd0c8..db76546fbb 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