From 5e4e739c16632bae523a43a816dade280232f788 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 26 Aug 2008 05:42:12 +0000 Subject: * enumerator.c (enumerator_initialize), test/ruby/test_enumerator.rb: Add an ability to generate an enumerator from a block. [experimental] [ruby-dev:35903] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 6441c3a72..ca5d511eb 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -111,6 +111,7 @@ Compatible * Enumerable and Enumerator o Enumerable#map,collect_all called without a block returns an enumerator. + o Enumerator.new { ... } [experimental] * Regexp#match, String#match o Regexp#match, String#match * Encoding -- cgit