Class: Ehbrs::Tools::Runner::Vg::Patch

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/tools/runner/vg/patch.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
21
# File 'lib/ehbrs/tools/runner/vg/patch.rb', line 16

def run
  validate
  start_banner
  run_patches
  infov 'Concluído'
end