Class: Vines::Command::Restart
- Inherits:
-
Object
- Object
- Vines::Command::Restart
- Defined in:
- lib/vines/command/restart.rb
Instance Method Summary collapse
Instance Method Details
#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 |