class Process::Waiter
Public Instance Methods
pid()
click to toggle source
static VALUE detach_process_pid(VALUE thread) { return rb_thread_local_aref(thread, id_pid); }
static VALUE detach_process_pid(VALUE thread) { return rb_thread_local_aref(thread, id_pid); }