module Dry::Logic::Operators

def xor(other)

def xor(other)
  Operations::Xor.new(self, other)
end