class Diff::LCS::ContextChange

def to_a

def to_a
  [
    @action,
    [@old_position, @old_element],
    [@new_position, @new_element]
  ]
end