Not found
The exact documentation you were looking for could not be found. Here is the best guess.
>>(p1)
public
Shift the bits in stat right num places.
fork { exit 99 }
Process.wait
$?.to_i
$? >> 8
Show source
static VALUE
pst_rshift(VALUE st1, VALUE st2)
{
int status = PST2INT(st1) >> NUM2INT(st2);
return INT2NUM(status);
}