class Covered::Only

def accept?(path)

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