class Dry::Logic::Result

def negated

def negated
  self.class.new(input, !value, rule)
end