module Diff::LCS
def patch(patchset)
based on +self+ and the +patchset+ will be created. See Diff::LCS#patch.
Attempts to patch +self+ with the provided +patchset+. A new sequence
def patch(patchset) Diff::LCS.patch(self, patchset) end
def patch(patchset) Diff::LCS.patch(self, patchset) end