Method: Process#ppid
- Defined in:
- process.c
#ppid ⇒ Integer (private)
558 559 560 561 562 |
# File 'process.c', line 558
static VALUE
proc_get_ppid(VALUE _)
{
return get_ppid();
}
|
558 559 560 561 562 |
# File 'process.c', line 558
static VALUE
proc_get_ppid(VALUE _)
{
return get_ppid();
}
|