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

$-<char> variables

From: Dave Thomas <dave@...>
Date: 2004-02-26 23:04:30 UTC
List: ruby-core #2513
I couldn't find this in the Changelogs, so I thought I'd just ask.

What's the official story on the $-<char> variables? You used to be 
able to have $-<any character>, but nbow it looks like only [a-zA-Z_] 
are allowed, with the lower case letters defaulting to flase 
(presumably corresponding to the command line options), and upper case 
ones defaulting to nil.

How should I document these?


Cheers

Dave


In This Thread

Prev Next