# File lib/diff/lcs.rb, line 784
    def unpatch!(src, patchset)
      Diff::LCS.patch(src, patchset, :unpatch)
    end