Include path?

Sorry for the newbie question, but is there an enviornment variable or
something I can set for the Ruby include path? I know I can use $: in
scripts, but it’s a pain to do that in every script.

Try environment variable RUBYLIB, it adds directories to $: (it works
only for safe level 0).
Gennady.

···

On Jan 2, 2004, at 21:46, Leif K-Brooks wrote:

Sorry for the newbie question, but is there an enviornment variable or
something I can set for the Ruby include path? I know I can use $: in
scripts, but it’s a pain to do that in every script.

Sincerely,
Gennady Bystritsky