= private = protected
pid()
Returns the process ID that this status object represents.
fork { exit } #=> 26569 Process.wait #=> 26569 $?.pid #=> 26569
static VALUE pst_pid(VALUE st) { return rb_attr_get(st, id_pid); }