Method: MotherBrain::Command#invoke
- Defined in:
- lib/mb/command.rb
#invoke(job, environment, node_filter, *args) ⇒ Object
Run the command on the given environment
69 70 71 |
# File 'lib/mb/command.rb', line 69 def invoke(job, environment, node_filter, *args) CommandRunner.new(job, environment, scope, execute, node_filter, *args) end |