From: sairam MP Date: 2007-03-16T13:30:21+09:00 Subject: Re: Use as Lib Stefano Crocco wrote: > Or you can manipulate the $: variable from within ruby. It's an array > which > contains the paths ruby uses when looking for required files. So, if you > do > > $: << 'my_lib' > > you can require a file contained in the directory my_lib with > > require 'my_file' > > instead of using > > require 'my_lib/my_file' > > I hope this helps > > Stefano Thanks for the Help -- Posted via http://www.ruby-forum.com/.