diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-26 05:42:12 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-26 05:42:12 +0000 |
commit | cb32985d03b2eb79ad3b9dd7a7b58312c6da5412 (patch) | |
tree | df1a02a57797921d1229425ad31032f3fa5400d0 /doc/NEWS | |
parent | c5e46ef397ce68fda7cc8f1c0362f663846ef383 (diff) |
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@18863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |