From 3982f82b03eab18b9eee9e76190081ee942cfd7f Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 14 Oct 2003 20:14:20 +0000 Subject: * lib/generator.rb: A new library which converts an internal iterator to an external iterator. * lib/abbrev.rb: A new library which creates an abbreviation table from a list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 2ff874f81d..b4445fa59f 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -691,6 +691,10 @@ fast YAML parser. +: lib/abbrev + + creates an abbreviation table from a list + : lib/benchmark Ruby scripts benchmarker @@ -715,6 +719,10 @@ file utility library. +: lib/generator + + converts an internal iterator to an external iterator + : lib/gserver generic server used by xmlrpc -- cgit v1.2.3