Class: Ehbrs::Tools::Vg::Patches::IpsApplier
- Inherits:
-
BaseApplier
- Object
- BaseApplier
- Ehbrs::Tools::Vg::Patches::IpsApplier
- Defined in:
- lib/ehbrs/tools/vg/patches/ips_applier.rb
Instance Method Summary collapse
Methods inherited from BaseApplier
Instance Method Details
#command(source_path, output_path) ⇒ EacRubyUtils::Envs::Command
15 16 17 18 |
# File 'lib/ehbrs/tools/vg/patches/ips_applier.rb', line 15 def command(source_path, output_path) ::Ehbrs::Tools::Executables.flips.command .append(['--apply', patch_path, source_path, output_path]) end |