class Hashdiff::LinearCompareArray

def iterated_through_both_arrays?

def iterated_through_both_arrays?
  old_index >= old_array.length && new_index >= new_array.length
end