怎么快速的找出两个数组不同的元素?
(a - b) | (b - a)
(ary - other_ary).uniq
#1 楼 @luikore 感谢
#2 楼 @ywjno 感谢!!!
@ywjno 他写的有 bug other_ry 有的没有统计到。
(a | b) - (a & b)