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