From b2de95d4afece89abd4ccf536295359f058c2043 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 13 Oct 2003 17:09:23 +0000 Subject: 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 --- doc/NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3