class Vines::Command::Restart

Public Instance Methods

run(opts) click to toggle source
# File lib/vines/command/restart.rb, line 6
def run(opts)
  Stop.new.run(opts)
  Start.new.run(opts)
end