--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Returns the process ID that this status object represents.
- !ruby/struct:SM::Flow::VERB
body: " fork { exit } #=> 26569\n Process.wait #=> 26569\n $?.pid #=> 26569\n"
full_name: Process::Status#pid
is_singleton: false
name: pid
params: |
stat.pid => fixnum
visibility: public