class Covered::Root

def match?(path)

def match?(path)
	path.start_with?(@path)
end