class Diff::LCS::ContextChange

def self.from_a(arr)

def self.from_a(arr)
  Diff::LCS::Change.from_a(arr)
end