# File lib/diff/lcs.rb, line 197
197:   def unpatch(patchset)
198:     Diff::LCS::unpatch(self.dup, patchset)
199:   end