Class: Vines::Agent::Command::Restart

Inherits:
Object
  • Object
show all
Defined in:
lib/vines/agent/command/restart.rb

Instance Method Summary collapse

Instance Method Details

#run(opts) ⇒ Object



7
8
9
10
# File 'lib/vines/agent/command/restart.rb', line 7

def run(opts)
  Stop.new.run(opts)
  Start.new.run(opts)
end