summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-03 12:43:45 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-03 12:43:45 +0000
commita96cf7a7a5d984dcc3b87f297c3f55ff31fd308d (patch)
tree36dfafe1b40e9a31f11f2f4522a3821b210c79aa /doc
parent3064bb9f8d74321ab79d2f37dd40a07d720f4edd (diff)
* enumerator.c (enumerator_with_memo): New method: with_memo().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index db76546fbb..d1c14dd0c8 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