Method: Aruba::Processes::SpawnProcess#pid
- Defined in:
- lib/aruba/processes/spawn_process.rb
#pid ⇒ Object
Output pid of process
This is the PID of the spawned process.
295 296 297 |
# File 'lib/aruba/processes/spawn_process.rb', line 295 def pid @process.pid end |