class Dry::Logic::Rule::ExclusiveDisjunction

def call(*args)

def call(*args)
  left.(*args).xor(right)
end

def type

def type
  :xor
end