6 7 8 9
# File 'lib/vines/command/restart.rb', line 6 def run(opts) Stop.new.run(opts) Start.new.run(opts) end