class Percheron::Commands::Restart
Public Instance Methods
execute()
click to toggle source
Calls superclass method
Percheron::Commands::Abstract#execute
# File lib/percheron/commands/restart.rb, line 7 def execute super runit { stack.restart!(unit_names: unit_names) } end