Method: Diff::LCS#unpatch!
- Defined in:
- lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb
#unpatch!(patchset) ⇒ Object
Attempts to unpatch self with the provided patchset. See Diff::LCS#unpatch. Does no autodiscovery.
209 210 211 |
# File 'lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb', line 209 def unpatch!(patchset) Diff::LCS::unpatch!(self, patchset) end |