initgroups

Process.initgroups(username, gid) â array Class Public methods Initializes the supplemental group access list by reading the system group database and using all groups of which the given user is a member. The group with the specified gid is also added to the list. Returns the resulting Array of the gids of all the groups in the supplementary group access list. Not available on all platforms. Process.groups #=> [0, 1, 2, 3, 4, 6, 10, 11, 20, 26, 27] Process.initgroups( "mgra

bin

bin(force = false) Instance Public methods

kanjitagfont_configure

kanjitagfont_configure(tagOrId, knj, keys=nil) Instance Public methods

each_export

each_export(objs) Instance Public methods

get_tag

get_tag() Instance Public methods Also aliased as: get

hasChildNodes

hasChildNodes() Instance Public methods BOOL hasChildNodes

extract_session_id

extract_session_id(env) Instance Public methods

proxy_async

proxy_async(prefix=nil, *args) Instance Public methods Similar to #proxy, however can be called concurrently and use a new connection for each request. In contrast to the corresponding method without the _async suffix, which use connect-alive (one connection for all requests). Note, that you have to use Thread to call these methods concurrently. The following example calls two methods concurrently: Thread.new { p client.proxy_async("michael.add", 4, 5) } Thread.new { p client.

hash

hash() Instance Public methods Creates (and returns) a hash from both the name and value

pen_configure

pen_configure(*args) Instance Public methods