[#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: PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library

From: Gavin Sinclair <gsinclair@...>
Date: 2004-02-12 14:52:48 UTC
List: ruby-core #2403
On Friday, February 13, 2004, 1:32:10 AM, Yukihiro wrote:

> Hi,

> In message "Re: PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library"
>     on 04/02/12, Gavin Sinclair <gsinclair@soyabean.com.au> writes:

> |+warn "Warning: getopts is deprecated after Ruby 1.8.1; use getoptlong or optparse instead"

> I recommend optparse to be alternative.

I couldn't agree more.  Should I commit with that adjustment?

Gavin



In This Thread