[#2367] Standard libraries — Dave Thomas <dave@...>

From ruby-dev summary:

60 messages 2004/02/11

[#2397] PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library — Gavin Sinclair <gsinclair@...>

Index: cgi-lib.rb

15 messages 2004/02/12

[#2465] PATCH: OpenStruct#initialize to yield self — Gavin Sinclair <gsinclair@...>

This is a common approach I use to object initialization; I don't know

24 messages 2004/02/19

Re: Standard libraries

From: matz@... (Yukihiro Matsumoto)
Date: 2004-02-12 12:24:33 UTC
List: ruby-core #2396
Hi,

In message "Re: Standard libraries"
    on 04/02/12, "David A. Black" <dblack@wobblini.net> writes:

|When I first committed scanf.rb, Matz asked me not to include the unit
|tests, presumably just to save space.  I don't know if that's still
|the policy (Matz?).

It's changed.  At the time I asked, we didn't have unit test included
in the distribution.  Now you can add scanf test suites under test/scanf.

							matz.

In This Thread