Class: Escualo::Script::Standard
Instance Method Summary collapse
Methods inherited from Mode
Instance Method Details
#finish! ⇒ Object
34 35 |
# File 'lib/escualo/script.rb', line 34 def finish! end |
#run_command!(command, ssh, options) ⇒ Object
30 31 32 |
# File 'lib/escualo/script.rb', line 30 def run_command!(command, ssh, ) ssh.shell.perform! command, end |
#start! ⇒ Object
27 28 |
# File 'lib/escualo/script.rb', line 27 def start!(*) end |