Interesting... The good-style way of changing it is just 
$LOAD_PATH.push 'directory' ?



ts wrote:
> "M" == =?ISO-8859-1?Q?Maur=EDcio?=  <ISO-8859-1> writes:
> 
> 
> 
> M> require 'some_code'.
> 
> M> where (i.e., in which directories) does require looks for 'some_code'?
> 
>  $LOAD_PATH
> 
> (...)