1 2 3 4 5 6 7 8 9
$LOAD_PATH.unshift(File.expand_path('../../path2', __FILE__)) module ModuleSpecs::Autoload module LoadPath def self.loaded :autoload_load_path end end end