Class: EhbrsRubyUtils::Vg::Patchers::IpsApplier

Inherits:
BaseApplier
  • Object
show all
Defined in:
lib/ehbrs_ruby_utils/vg/patchers/ips_applier.rb

Direct Known Subclasses

BpsApplier

Instance Method Summary collapse

Methods inherited from BaseApplier

#apply

Instance Method Details

#command(source_path, output_path) ⇒ EacRubyUtils::Envs::Command

Parameters:

  • source_path (Pathname)
  • output_path (Pathname)

Returns:

  • (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