Results for: "String# "

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

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]

Exchange real and effective group IDs and return the new effective group ID. Not available on all platforms.

[Process.gid, Process.egid]   #=> [0, 33]
Process::GID.re_exchange      #=> 0
[Process.gid, Process.egid]   #=> [33, 0]

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

Attempts to activate the current {#possibility} (given that it has already been activated) @return [void]

No documentation available
No documentation available
No documentation available
No documentation available

Returns true if the element contains inline content that has a text media type.

Returns true if the element contains inline content that has a XML media type.

Returns true if the element contains inline content encoded in base64.

No documentation available
No documentation available
No documentation available

Processes the topmost available {RequirementState} on the stack @return [void]

@return [ResolutionState] the state whose ‘requirement` is the given

`requirement`.

Returns the string that is used to indent levels in the JSON text.

Sets the string that is used to indent levels in the JSON text.

No documentation available
No documentation available
No documentation available
No documentation available

Is this tar entry a symlink?

No documentation available
Search took: 8ms  ·  Total Results: 3115