From: Dave Thomas Date: 2001-03-16T23:46:58+09:00 Subject: [ruby-talk:12747] Re: Where to put extensions for public access Jim Freeze 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