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