On Sun, Apr 22, 2001 at 03:10:04PM +0900, Harry Ohlsen wrote:
> I've written some cde that I'd like to be available to all of my Ruby
> programs, without having to do a "Require 'xxx'" in every one.
> 
> Is there an easy way to do this?

I would like to advise strongly against somekind of implicit
'Require'. Especially if it is only remotely possible that you will
share your code with someone else.

I think it is one of the major downsides of IDEs, that (the more
advanced) make you dependable on a certain build environment.

It look to me like you will create a certain build/run environment
your sourcecode depends on, but which is not obvious by just reading
the sourcecode.

-- 
marko schulz

                          Dieser Satz beinhalten drei Fehller.