Class: ObjectiveCommand::Runners::WaitpidHooker

Inherits:
Object
  • Object
show all
Includes:
Hooker
Defined in:
lib/objective_command/runners/system.rb

Instance Method Summary collapse

Methods included from Hooker

#hook_method

Instance Method Details

#waitpid(data) ⇒ Object



13
14
15
# File 'lib/objective_command/runners/system.rb', line 13

def waitpid ( data )
  data.waitpid
end