# File lib/diff/lcs/change.rb, line 81 def self.from_a(arr) Diff::LCS::Change.new(arr[0], arr[1], arr[2]) end