process.c:105
static VALUE
get_pid()
{
    return INT2FIX(getpid());
}
