From: Fernando Cacciola Date: 2007-11-06T21:00:50+09:00 Subject: Using 'require' with modules in the same folder Hi people, I've modularized my very first ruby program (a port of a bash script). However, if I use 'load' and the target program is loaded multiple times (indirectly), I get warnings about redefinition of constants, etc (understandably) But if I try to use 'require', it searches for the program in the ruby distribution. Is there a way to specify within the top level script itself where to search? TIA -- Fernando Cacciola SciSoft http://fcacciola.50webs.com