Class: ObjectiveCommand::Runners::WaitpidHooker
- Includes:
- Hooker
- Defined in:
- lib/objective_command/runners/system.rb
Instance Method Summary collapse
Methods included from Hooker
Instance Method Details
#waitpid(data) ⇒ Object
13 14 15 |
# File 'lib/objective_command/runners/system.rb', line 13 def waitpid ( data ) data.waitpid end |