# File lib/diff/lcs.rb, line 199 def patch_me(patchset) if respond_to? :replace replace(patch!(patchset)) else patch!(patchset) end end