To clarify on Alex’s response, I think that this has something to do
with
the load path. If it’s being set to the Project directory, then trying
to
require ‘require_me’ in go.rb won’t work, even though the files are
sitting
in the same directory. If your load path only points to the Project
directory, it doesn’t find require_me in there and bombs.
Chris
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.