170 171 172
# File 'lib/code/object/decimal.rb', line 170 def code_compare(other) Integer.new(raw <=> other.raw) end