class Dry::Logic::Operations::Xor

def call(input)

def call(input)
  Result.new(self[input], id) { ast(input) }
end