class Covered::Skip

def accept? path

def accept? path
	!(@pattern === path)
end