# File lib/factory_loader.rb, line 81 def initialize(*factory_paths) @factory_paths = factory_paths.map{ |f| File.expand_path(f) } end