Method: Diff::LCS#patch

Defined in:
lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb

#patch(patchset) ⇒ Object

Attempts to patch a copy of self with the provided patchset. See Diff::LCS#patch.



191
192
193
# File 'lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb', line 191

def patch(patchset)
  Diff::LCS::patch(self.dup, patchset)
end