[#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: Comments on base64.rb

From: Austin Ziegler <austin@...>
Date: 2004-02-12 21:29:05 UTC
List: ruby-core #2416
On Fri, 13 Feb 2004 01:40:37 +0900, Berger, Daniel wrote:
> <good observations snipped>

> One other thing - in the Perl side of the world, the Base64 package is
> placed under the "MIME" toplevel package.  Should we consider the same
> thing?  Python does not, however.  Just thought I'd mention it.

Actually, I'd like to see Base64 under an Encode:: toplevel module. This 
way, we could have Encode::Base64, Encode::QuotedPrintable, Encode::Yenc, 
Encode::UUEncode, etc., as appropriate. While Base64 is most-often used for 
MIME data, it isn't a MIME application in and of itself, like MIME::Types or 
other MIME modules in Perl that could be ported to Ruby.

-austin
--
austin ziegler    * austin@halostatue.ca * Toronto, ON, Canada
software designer * pragmatic programmer * 2004.02.12
                                         * 16.26.22




In This Thread

Prev Next