Module: Sensu::Spawn
- Defined in:
- lib/sensu-run-check/runner.rb
Overview
Class Method Summary collapse
Class Method Details
.process(command, options = {}, &callback) ⇒ Array
19 20 21 |
# File 'lib/sensu-run-check/runner.rb', line 19 def process(command, ={}, &callback) child_process(command, ) end |