[#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: Ian Macdonald <ian@...>
Date: 2004-02-17 06:38:49 UTC
List: ruby-core #2457
On Sat 14 Feb 2004 at 03:04:45 +0900, Dave Thomas wrote:

> What I've done is create a README in RDoc format, and then use 
> :include: to include it in the documentation for the main class. That 
> way I don't add too much to the class itself, and people can find the 
> README when they look for it.

When I tried to include an RDoc document into another RDoc document, the
former was rendered as plain text, not as RDoc. Has this changed
recently?

Ian
-- 
Ian Macdonald               | Q: What's the difference between a dead dog
System Administrator        | in the road and a dead  lawyer in the road?
ian@caliban.org             | A: There are skid marks in front of the
http://www.caliban.org      | dog. 
                            | 

In This Thread