[#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: rb_io_puts is strange

From: matz@... (Yukihiro Matsumoto)
Date: 2004-02-04 15:51:08 UTC
List: ruby-core #2341
Hi,

In message "Re: rb_io_puts is strange"
    on 04/02/04, Elliott Hughes <ehughes@bluearc.com> writes:

|> It's the feature.
|
|Being documented doesn't stop it being a bad idea, though!

"bad" is a strong word.  How bad do you think?

It's little bit complex than the simplest, I know, but I don't
consider it bad.  I just wanted "puts" to ensure string ends with a
newline.  If you want to put a newline at the end, you just need to
call print str, "\n".

							matz.


In This Thread