[#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:00208] Re: auto-loaded script?
From:
matz@... (Yukihiro Matsumoto)
Date:
1999-01-22 14:55:23 UTC
List:
ruby-talk #208
In message "[ruby-talk:00205] Re: auto-loaded script?"
on 99/01/21, Julian Fondren <julian@imaji.net> writes:
|Well sure, but why does the compilation care at all about some file to be
|read when ruby starts up?
Well, compilation invokes miniruby, which now reads startup script.
Perhaps I should make compilation step document.