class Falcon::Configuration::Loader

def supervisor

def supervisor
	name = File.join(@root, "supervisor")
	environment = merge(name, :supervisor)
	
	environment[:root] = @root
	
	@configuration.add(environment.flatten)
end