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/.