Results for: "OptionParser"

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
         ^^

Compile a CallOperatorWriteNode node

Compile a ClassVariableTargetNode node

Compile a ConstantPathWriteNode node

Compile a GlobalVariableTargetNode node

Compile a IndexOperatorWriteNode node

Compile a InstanceVariableTargetNode node

Compile a LocalVariableTargetNode node

Compile a NumberedReferenceReadNode node

Dispatch enter and leave events for CallOperatorWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for ClassVariableTargetNode nodes and continue walking the tree.

Dispatch enter and leave events for ConstantPathWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for GlobalVariableTargetNode nodes and continue walking the tree.

Dispatch enter and leave events for IndexOperatorWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for InstanceVariableTargetNode nodes and continue walking the tree.

Dispatch enter and leave events for LocalVariableTargetNode nodes and continue walking the tree.

Dispatch enter and leave events for NumberedReferenceReadNode nodes and continue walking the tree.

Inspect a CallOperatorWriteNode node.

Inspect a ClassVariableTargetNode node.

Inspect a ConstantPathWriteNode node.

Search took: 7ms  ·  Total Results: 6041