Module: Xorcist::StringMethods

Defined in:
lib/xorcist/string_methods.rb

Instance Method Summary collapse

Instance Method Details

#xor(other) ⇒ Object



3
4
5
# File 'lib/xorcist/string_methods.rb', line 3

def xor(other)
  Xorcist.xor(self, other)
end

#xor!(other) ⇒ Object



7
8
9
# File 'lib/xorcist/string_methods.rb', line 7

def xor!(other)
  Xorcist.xor!(self, other)
end