Method: Diff::LCS.patch!
- Defined in:
- lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb
.patch!(src, patchset) ⇒ Object
Given a set of patchset, convert the current version to the next version. Does no auto-discovery.
804 805 806 |
# File 'lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb', line 804 def patch!(src, patchset) Diff::LCS.patch(src, patchset, :patch) end |