# File lib/diff/lcs/change.rb, line 136
  def self.from_a(arr)
    Diff::LCS::Change.from_a(arr)
  end