class Falcon::Configuration::Loader
def self.load_file(configuration, path)
def self.load_file(configuration, path) path = File.realpath(path) root = File.dirname(path) loader = self.new(configuration, root) loader.instance_eval(File.read(path), path) end