class Dry::Logic::Operations::Xor

def ast(input = Undefined)

def ast(input = Undefined)
  [type, rules.map { |rule| rule.ast(input) }]
end