Class: EhbrsRubyUtils::Vg::Patchers::IpsApplier
- Inherits:
-
BaseApplier
- Object
- BaseApplier
- EhbrsRubyUtils::Vg::Patchers::IpsApplier
- Defined in:
- lib/ehbrs_ruby_utils/vg/patchers/ips_applier.rb
Direct Known Subclasses
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/ips_applier.rb', line 10 def command(source_path, output_path) ::EhbrsRubyUtils::Executables.flips.command .append(['--apply', patch_path, source_path, output_path]) end |