class Bake::Registry::BakefileLoader

def scopes_for(path)

def scopes_for(path)
	if path == []
		yield Scope.load(@path, [])
	end
end