Method: Code::Object::Integer#code_compare

Defined in:
lib/code/object/integer.rb

#code_compare(other) ⇒ Object



199
200
201
# File 'lib/code/object/integer.rb', line 199

def code_compare(other)
  Integer.new(raw <=> other.raw)
end