[#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: "NAKAMURA, Hiroshi" <nahi@...>
Date: 2004-02-12 02:40:17 UTC
List: ruby-core #2376
Hi,

> From: "Yukihiro Matsumoto" <matz@ruby-lang.org>
> Sent: Thursday, February 12, 2004 8:28 AM

> Here's the modified version of your criteria, that I can accept:
> 
>   1. newly added things will be canceled if they are not documented
>      completely before the stable release.

RDoc style is a must?  I don't like documentation buried within
a source code (code duplication for me).

And what do you mean "completely"?  All public
methods/instance_methods must be documented, right?

Regards,
// NaHi

In This Thread