I have a folder full of ruby files, and when I try and require one file in another that is in the same directory using require \'file\' I get a LoadError
require \'file\'
LoadError
You don't have current directory in your loadpath.
Check the contents of the $LOAD_PATH variable