summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-26 05:45:18 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-26 05:45:18 +0000
commit3e8c3897abe511678b1c8455b5441f95151089c9 (patch)
tree5fa5c9d14ef929464de01d864992047b2b2ba568 /doc
parentcb32985d03b2eb79ad3b9dd7a7b58312c6da5412 (diff)
* enumerator.c: Activate Enumerator#with_object and add
Enumerable#each_with_object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index ca5d511ebe..77ecf74178 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -111,6 +111,8 @@ Compatible
* Enumerable and Enumerator
o Enumerable#map,collect_all called without a block returns
an enumerator.
+ o Enumerable#each_with_object [experimental]
+ o Enumerator#with_object [experimental]
o Enumerator.new { ... } [experimental]
* Regexp#match, String#match
o Regexp#match, String#match