class Covered::Only

def match?(path)

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