summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-13 17:09:23 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-13 17:09:23 +0000
commitb2de95d4afece89abd4ccf536295359f058c2043 (patch)
tree4b643f8e7e28982611336300058f76b15b7664bd /doc
parent046dff7f11b57d91e58ac9845b60e82fdad38b14 (diff)
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/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 23a46971ea..2ff874f81d 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -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.