Method: Vines::Command::Restart#run

Defined in:
lib/vines/command/restart.rb

#run(opts) ⇒ Object



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

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