method
euid=
ruby latest stable - Class:
Process
euid=(p1)public
Sets the effective user ID for this process. Not available on all platforms.
static VALUE
proc_seteuid_m(VALUE mod, VALUE euid)
{
check_uid_switch();
proc_seteuid(OBJ2UID(euid));
return euid;
}