class Covered::Policy

def only(*args)

def only(*args)
	@output = Only.new(@output, *args)
end