--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Comparison---Returns -1, 0, or +1 depending on whether big is less than, equal to, or greater than numeric. This is the basis for the tests in Comparable. full_name: Bignum#<=> is_singleton: false name: <=> params: | big <=> numeric => -1, 0, +1 visibility: public