Sha256: 437ae2229859926d24744d022749f6258b1d9c935cdea8d9cf0c309dae6bffc0
Contents?: true
Size: 1.25 KB
Versions: 12
Compression:
Stored size: 1.25 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: class:@visibility:public: @pathI"Process::Sys.setgid:EF:@parameters[:@files[[I"process.c;T0:@current_file_has_commentsF: @name:setgid:@source_type:c: @tags[:@docstringIC:YARD::Docstring"ZSet the group ID of the current process to _integer_. Not available on all platforms.;F:@objectIu:YARD::StubProxyProcess::Sys.setgid;F: @summary0:@ref_tags[;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;:Process::Sys.setgid:@types0:@signatureI"!Process::Sys.setgid(integer);F;IC;";F;Iu;Process::Sys.setgid;F;0;[;[o:YARD::Tags::Tag ;I"return;F;I";F;0;[I"nil;F;0: @allI"@return [nil];F;[[:integer0;Iu;Process::Sys.setgid;F;!I"�Set the group ID of the current process to _integer_. Not available on all platforms. @overload Process::Sys.setgid(integer) @return [nil];F:@namespaceIu;Process::Sys;F:@docstring_extra0:@sourceI"5/* * call-seq: * Process::Sys.setgid(integer) -> nil * * Set the group ID of the current process to _integer_. Not * available on all platforms. * */ static VALUE p_sys_setgid(VALUE obj, VALUE id) { check_gid_switch(); if (setgid(NUM2GIDT(id)) != 0) rb_sys_fail(0); return Qnil; };F
Version data entries
12 entries across 12 versions & 2 rubygems