diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-13 17:09:23 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-13 17:09:23 +0000 |
commit | 5ff12748689cd1b06e47c035510f556832eb5b2f (patch) | |
tree | 4b643f8e7e28982611336300058f76b15b7664bd /doc | |
parent | 0edd700825c636bc25b7577ccae5424487f09bb5 (diff) | |
download | ruby-5ff12748689cd1b06e47c035510f556832eb5b2f.tar.gz ruby-5ff12748689cd1b06e47c035510f556832eb5b2f.tar.xz ruby-5ff12748689cd1b06e47c035510f556832eb5b2f.zip |
Add ext/enumerator, a helper module for the Enumerable interface.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -649,7 +649,7 @@ Extended to take an address and a port number for the local side in optional 3rd and 4th arguments. -= new bundled library += newly bundled library : ext/bigdecimal @@ -659,6 +659,10 @@ an interface to the dynamic linker. +: ext/enumerator + + a helper module for the Enumerable interface. + : ext/io/wait IO wait methods. |