class Dry::Logic::Rule

def xor(other)

def xor(other)
  ExclusiveDisjunction.new(self, other)
end