Results for: "optionparser"

Set the real user ID of the calling process to user. Not available on all platforms.

Set the real group ID of the calling process to group. Not available on all platforms.

Set the effective user ID of the calling process to user. Not available on all platforms.

Set the effective group ID of the calling process to group. Not available on all platforms.

Sets the (user) 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.

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.

Sets the (user) real, effective, and saved user IDs of the current process to rid, eid, and sid respectively. A value of -1 for any value means to leave that ID unchanged. Not available on all platforms.

Sets the (group) real, effective, and saved user IDs of the current process to rid, eid, and sid respectively. A value of -1 for any value means to leave that ID unchanged. Not available on all platforms.

Returns true if the process was created as a result of an execve(2) system call which had either of the setuid or setgid bits set (and extra privileges were given as a result) or if it has changed any of its real, effective or saved user or group IDs since it began execution.

Example:

x[1] += 42
  ^^^^^^^^

Example:

x.foo += 42
         ^^

The start offset from the start of the file in code units using the given cache to fetch or calculate the value.

Return the best specification that contains the file matching path, among those already activated.

Adds this spec’s require paths to LOAD_PATH, in the proper location.

Return the best specification in the record that contains the file matching path, among those already activated.

Foo += bar ^^^^^^^^^^^

Foo::Bar, = baz ^^^^^^^^

def foo(**bar); end ^^^^^

def foo(**); end ^^

def foo(**nil); end ^^^^^

def foo(bar:); end ^^^^

Foo += bar
^^^^^^^^^^^
Foo::Bar, = baz
^^^^^^^^
def foo(**bar); end
        ^^^^^

def foo(**); end
        ^^
def foo(**nil); end
        ^^^^^
def foo(bar:); end
        ^^^^
Search took: 4ms  ·  Total Results: 3694