module Diff::LCS

def unpatch_me(patchset)

autodiscovery.
of +self+ will be replaced. See Diff::LCS#unpatch. Does no patch direction
#unpatch!. If the sequence this is used on supports #replace, the value
Attempts to unpatch +self+ with the provided +patchset+, using
def unpatch_me(patchset)
  if respond_to? :replace
    replace(unpatch!(patchset))
  else
    unpatch!(patchset)
  end
end