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