Class: EhbrsRubyUtils::Vg::Patchers::VcdiffApplier
- Inherits:
-
BaseApplier
- Object
- BaseApplier
- EhbrsRubyUtils::Vg::Patchers::VcdiffApplier
- Defined in:
- lib/ehbrs_ruby_utils/vg/patchers/vcdiff_applier.rb
Instance Method Summary collapse
Methods inherited from BaseApplier
Instance Method Details
#command(source_path, output_path) ⇒ EacRubyUtils::Envs::Command
10 11 12 13 |
# File 'lib/ehbrs_ruby_utils/vg/patchers/vcdiff_applier.rb', line 10 def command(source_path, output_path) ::EhbrsRubyUtils::Executables.xdelta3.command .append(['-d', '-s', source_path, patch_path, output_path]) end |