J
Julian Gall
I am comparing two arrays with:
original_item_ids.sort <=> new_item_ids.sort
However, this returns nil, which seems to be against the documentation
which says the result will be -1, 0 or 1. Both arrays contain the same
values, alhough in a different order, hence the sort.
Does anyone know of any circumstance that would cause this?
Thanks,
Julian
original_item_ids.sort <=> new_item_ids.sort
However, this returns nil, which seems to be against the documentation
which says the result will be -1, 0 or 1. Both arrays contain the same
values, alhough in a different order, hence the sort.
Does anyone know of any circumstance that would cause this?
Thanks,
Julian