Method: Diff::LCS#unpatch
- Defined in:
- lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb
#unpatch(patchset) ⇒ Object
Attempts to unpatch a copy of self with the provided patchset. See Diff::LCS#patch.
197 198 199 |
# File 'lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb', line 197 def unpatch(patchset) Diff::LCS::unpatch(self.dup, patchset) end |