From: matz@... (Yukihiro Matsumoto) Date: 2002-09-20T08:00:28+09:00 Subject: Re: self-loading scripts (at Ruby's startup time) Hi, In message "Re: self-loading scripts (at Ruby's startup time)" on 02/09/20, Overnight writes: |> You can set -r option in RUBYOPT environment variable, | |Thanks. Wouldn't it be useful to have some special-name, autoloading |script? It would be the necessary starting point in defining a standard |for what happens at Ruby's startup time. I think this should be an application issue. Since Ruby is a general purpose language, autoloading startup script that is loaded all the time is not as useful as it seems. matz.