[#1263] Draft of the updated Ruby FAQ — Dave Thomas <Dave@...>

33 messages 2000/02/08

[#1376] Re: Scripting versus programming — Andrew Hunt <andy@...>

Conrad writes:

13 messages 2000/02/15

[#1508] Ruby/GTK and the mainloop — Ian Main <imain@...>

17 messages 2000/02/19
[#1544] Re: Ruby/GTK and the mainloop — Yasushi Shoji <yashi@...> 2000/02/23

Hello Ian,

[#1550] Re: Ruby/GTK and the mainloop — Ian Main <imain@...> 2000/02/23

On Wed, Feb 23, 2000 at 02:56:10AM -0500, Yasushi Shoji wrote:

[#1516] Ruby: PLEASE use comp.lang.misc for all Ruby programming/technical questions/discussions!!!! — "Conrad Schneiker" <schneiker@...>

((FYI: This was sent to the Ruby mail list.))

10 messages 2000/02/19

[#1569] Re: Ruby: constructors, new and initialise — Yukihiro Matsumoto <matz@...>

The following message is a courtesy copy of an article

12 messages 2000/02/25

[ruby-talk:01537] Re: Ruby library modules and documentation

From: matz@... (Yukihiro Matsumoto)
Date: 2000-02-22 04:49:26 UTC
List: ruby-talk #1537
In message "[ruby-talk:01536] Ruby library modules and documentation"
    on 00/02/21, Dave Thomas <Dave@thomases.com> writes:

|I'm trying to work out which ones to document--which library files are 
|actually used. So, I was wondering if you kind folks could help me
|out: Below is a list of all the modules. Could you please respond with
|a message containing two lists, one containing things I should
|definitely document, the other containing things I definitely should
|not document. If you aren't sure about a particular module, don't put
|it in either list.

OK, here' my lists:

Should be documented:
|cgi.rb
|cgi/session.rb
|date2.rb
|debug.rb
|delegate.rb
|final.rb
|find.rb
|ftools.rb
|getoptlong.rb
|mkmf.rb
|net/ftp.rb
|net/http.rb
|net/pop.rb
|net/session.rb
|net/smtp.rb
|observer.rb
|parsedate.rb
|profile.rb
|pstore.rb
|singleton.rb
|telnet.rb      to be renamed as net/telnet.rb in the future
|tempfile.rb
|timeout.rb
|weakref.rb

Should not be documented (they're obsolete, just toys or too perlish):
|English.rb
|Env.rb
|cgi-lib.rb
|eregex.rb
|ftplib.rb
|getopts.rb
|importenv.rb

In This Thread