From 76e623105d05eafea287fc1216347f215e3ab9e6 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: http://svn.ruby-lang.org/repos/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 2ff874f81..b4445fa59 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