Comparison: Returns an integer -1,0, or +1, if this array is less than, equal to, or greater than other_array.
p [ "a", "a", "c" ] <=> [ "a", "b", "c" ] p [ 1,2, 3, 4,5, 6 ] <=>[ 1, 2 ]