[#192] auto-loaded script? — Julian Fondren <julian@...>
Does ruby load any particular scripts upon startup?
13 messages
1999/01/17
[#193] Re: auto-loaded script?
— gotoken@... (GOTO Kentaro)
1999/01/17
In message "[ruby-talk:00192] auto-loaded script?"
[#194] Re: auto-loaded script?
— Julian Fondren <julian@...>
1999/01/18
> >Does ruby load any particular scripts upon startup?
[#195] Re: auto-loaded script?
— matz@... (Yukihiro Matsumoto)
1999/01/18
Hi.
[#197] Re: auto-loaded script?
— Julian Fondren <julian@...>
1999/01/18
> rb_load_file("/home/julian/.rubyrc"); /* this line added */
[#210] Get character with no wait — Gabriel <gabriel@...>
What is the best way to do a getc without waiting; so I can try to grab
8 messages
1999/01/25
[ruby-talk:00185] Re: Gtk and Ruby C API
From:
Clemens Hintze <c.hintze@...>
Date:
1999-01-15 10:22:59 UTC
List:
ruby-talk #185
On 14 Jan, David M. Cook wrote: > Is anyone working on Gtk bindings for Ruby? Also, is the C API for Ruby > documented anywhere? > > Thanks, > Dave Cook Gtk: YES! In the contrib dir of the ftp server. Docu unfortunately in Japanese. But I have not need it. C-API: YES! Documented in the file README.EXT coming with the standard distribution. Is, however, not finished yet.