From: Jan Friedrich Date: 2007-03-15T21:37:53+09:00 Subject: Re: Use as Lib Stefano Crocco wrote: > $: << 'my_lib' I prefere $:.unshift 'my_lib' because this way the path 'my_lib' is prepended to the array and you can be sure the file in this directory will be found even if another with the same name exist somewhere else in the search path. regards Jan -- Posted via http://www.ruby-forum.com/.