class Diff::LCS::Change

def to_a

Creates a Change from an array produced by Change#to_a.
def to_a
  [@action, @position, @element]
end