Results for: "module_function"

Returns true if the real and effective user IDs of a process may be exchanged on the current platform.

Returns true if the current platform has saved user ID functionality.

Change the current process’s real and effective group ID to that specified by group. Returns the new group ID. Not available on all platforms.

[Process.gid, Process.egid]          #=> [0, 0]
Process::GID.change_privilege(33)    #=> 33
[Process.gid, Process.egid]          #=> [33, 33]

Set the effective group ID, and if possible, the saved group ID of the process to the given group. Returns the new effective group ID. Not available on all platforms.

[Process.gid, Process.egid]          #=> [0, 0]
Process::GID.grant_privilege(31)     #=> 33
[Process.gid, Process.egid]          #=> [0, 33]

Returns true if the real and effective group IDs of a process may be exchanged on the current platform.

Returns true if the current platform has saved group ID functionality.

Check if --yjit-stats is used.

Discard existing compiled code to reclaim memory and allow for recompilations in the future.

Returns the octet string representation of the elliptic curve point.

conversion_form specifies how the point is converted. Possible values are:

def foo((bar, baz)); end

^^^^^^^^^^

Pattern constants get wrapped in another layer of :const.

No documentation available

Get the issuing certificate’s key identifier from the authorityKeyIdentifier extension, as described in RFC5280 Section 4.2.1.1

Returns the binary String keyIdentifier or nil or raises ASN1::ASN1Error.

alias foo bar ^^^^^^^^^^^^^

“foo #@bar”

^^^^^

foo = 1 and bar => ^foo

^^^^

__FILE__ ^^^^^^^^

alias foo bar ^^^^^^^^^^^^^

“foo #@bar”

^^^^^

foo = 1 and bar => ^foo

^^^^

__FILE__ ^^^^^^^^

No documentation available
No documentation available
No documentation available

Parses the most indented lines into blocks that are marked and added to the frontier

Search took: 7ms  ·  Total Results: 5313