Method: Fate::Control#run
- Defined in:
- lib/fate.rb
#run(*command_strings) ⇒ Object
Run only the processes specified by the arguments. Any existing processes outside this set will be stopped.
59 60 61 |
# File 'lib/fate.rb', line 59 def run(*command_strings) manager.run(command_strings) end |