# File lib/diff/lcs.rb, line 191
  def patch(patchset)
    Diff::LCS::patch(self.dup, patchset)
  end