Flowdock
method

<=>

Importance_1
<=>(p1) public

Compares symbol with other_symbol after calling #to_s on each of the symbols. Returns -1, 0, +1, or nil depending on whether symbol is less than, equal to, or greater than other_symbol.

nil is returned if the two values are incomparable.

See String#<=> for more information.

Show source
Register or log in to add new notes.