--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Sets the (integer) real and/or effective user 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. full_name: Process::Sys::setreuid is_singleton: true name: setreuid params: | Process::Sys.setreuid(rid, eid) => nil visibility: public