class Falcon::Configuration

def load_file(path)

def load_file(path)
	self.instance_eval(File.read(path), File.realpath(path))
end