Jim Freeze <jim / freeze.org> writes:

> I have written several ruby libs (classes) and would like for other ruby
> users at my site to have access to them. I would like to keep them
> seperate from the ruby system libraries and I would like to not have each
> program that uses them have to know where these extended libraries are at,
> in other words, I don't want each program to have to append to the search
> path or include the library with an explicit path.
> 
> What is the ruby way to do this?

Can you set RUBYLIB in your /etc/profile?

Dave