Method: ObjectiveCommand::Runners::Fork#fork
- Defined in:
- lib/objective_command/runners/fork.rb
#fork(data, &block) ⇒ Object
Methods
17 18 19 20 21 22 |
# File 'lib/objective_command/runners/fork.rb', line 17 def fork data, &block data.pid = Kernel.fork do TempPath.fork_init true block.call end end |