method

pid

v1_8_7_72 - Show latest stable - Class: Process::Status
pid()
public

Returns the process ID that this status object represents.

   fork { exit }   #=> 26569
   Process.wait    #=> 26569
   $?.pid          #=> 26569