Flowdock
method

<=>

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

Comparison—Returns -1, 0, or +1 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.