Possible Duplicate:
diff a ruby string or array
I have an old array: [1, 2, 3, 4, 5], and new: [1, 2, 4, 6]
How to get difference with Ruby: that 5, 3 was removed and 6 was added?
I have an old array: How to get difference with Ruby: that |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
|||
|
|