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 | b2de95d4afece89abd4ccf536295359f058c2043 (patch) | |
tree | 4b643f8e7e28982611336300058f76b15b7664bd /doc | |
parent | 046dff7f11b57d91e58ac9845b60e82fdad38b14 (diff) | |
download | ruby-b2de95d4afece89abd4ccf536295359f058c2043.tar.gz |
Add ext/enumerator, a helper module for the Enumerable interface.
git-svn-id: svn+ssh://ci.ruby-lang.org/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. |