Flowdock
pid() public

Returns the process ID that this status object represents.

   fork { exit }   #=> 26569
   Process.wait    #=> 26569
   $?.pid          #=> 26569
Show source
Register or log in to add new notes.