From 3e8c3897abe511678b1c8455b5441f95151089c9 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: svn+ssh://ci.ruby-lang.org/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 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 -- cgit v1.2.3