Method: Code::Object::Dictionary#code_compare

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

#code_compare(other) ⇒ Object



211
212
213
# File 'lib/code/object/dictionary.rb', line 211

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