[#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: xxx_init_copy

From: nobu.nokada@...
Date: 2004-02-03 04:58:23 UTC
List: ruby-core #2331
Hi,

At Tue, 3 Feb 2004 12:49:15 +0900,
Dave Thomas wrote:
> So I'm left wondering: nobu was talking about documenting dup and clone 
> by documenting the corresponding init_copy method, but if dup and clone 
> have different functionality, shouldn't they be documented separately?

Sorry for my bad explanation, they are different, of course.
I'm about to document the differences of those methods due to
the differences of initialize_copy, per each class.

-- 
Nobu Nakada

In This Thread