Flowdock
method

<=>

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: Integer
<=>(p1) public

Comparison—Returns -1, 0, +1 or nil depending on whether int is less than, equal to, or greater than numeric.

This is the basis for the tests in the Comparable module.

nil is returned if the two values are incomparable.

Show source
Register or log in to add new notes.