From d0aab1240f0499615d1f888f6f1e5df6dadcf09a Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 26 Aug 2008 05:45:18 +0000 Subject: * enumerator.c: Activate Enumerator#with_object and add Enumerable#each_with_object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index ca5d511eb..77ecf7417 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 -- cgit