class Covered::Root

def accept?(path)

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