Method: Process::StatusExtensions#pid
- Defined in:
- lib/polyphony/extensions/process.rb
#pid ⇒ Object
22 23 24 |
# File 'lib/polyphony/extensions/process.rb', line 22 def pid @status ? @status[0] : super end |
22 23 24 |
# File 'lib/polyphony/extensions/process.rb', line 22 def pid @status ? @status[0] : super end |