class Diff::LCS::Change

def to_a

def to_a
  [ @action, @position, @element ]
end