157 158 159
# File 'lib/code/object/decimal.rb', line 157 def code_bitwise_xor(other) Integer.new(raw.to_i ^ other.raw.to_i) end