= private = protected
pid()
Returns the process id of this process. Not available on all platforms.
Process.pid #=> 27415
static VALUE get_pid(void) { rb_secure(2); return PIDT2NUM(getpid()); }