ary other_ary â -1, 0, +1 or nil
Instance Public methods
Comparison â Returns an integer (-1, 0, or
+1) if this array is less than, equal to, or greater than
other_ary.
nil is returned if the two values are incomparable.
Each object in each array is compared (using the <=> operator).
Arrays are compared in an âelement-wiseâ manner; the first two elements
that are not equal will determine the return value for the whole
comparison.
If all the values are equal, then the ret