Process::Sys.setregid(rid, eid) â nil
Class Public methods
Sets the (group) real and/or effective group IDs of the current process to
rid and eid, respectively. A value of -1
for
either means to leave that ID unchanged. Not available on all platforms.
Please login to continue.