[ruby-talk:00194] Re: auto-loaded script?

From: Julian Fondren <julian@...>
Date: 1999-01-18 01:58:21 UTC
List: ruby-talk #194
> >Does ruby load any particular scripts upon startup?
> 
> How about the "-r" option?
> It cause `require' before starting. 
> e.g. 

No, that won't work because /etc/passwd doesn't like dashes or flags
in the command part - right now the closest I can get is to have a ruby
script as the shell, which doesn't seem very safe to me.

In This Thread