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