Results for: "Logger"

No documentation available

Is local fetching enabled?

No documentation available
No documentation available
No documentation available

Displays an alert statement. Asks a question if given.

Calls say with msg or the results of the block if really_verbose is true.

No documentation available

Returns the (real) user ID of the current process.

Process.uid # => 1000

Returns the effective user ID for the current process.

Process.euid # => 501

Returns the (real) group ID for the current process:

Process.gid # => 1000

Returns the effective group ID for the current process:

Process.egid # => 500

Not available on all platforms.

Compile a BlockLocalVariableNode node

Compile a GlobalVariableTargetNode node

Compile a LocalVariableTargetNode node

Compile a NumberedReferenceReadNode node

Dispatch enter and leave events for BlockLocalVariableNode 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 LocalVariableTargetNode nodes and continue walking the tree.

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

Inspect a BlockLocalVariableNode node.

Inspect a GlobalVariableTargetNode node.

Inspect a LocalVariableTargetNode node.

Inspect a NumberedReferenceReadNode node.

Copy a BlockLocalVariableNode node

Search took: 4ms  ·  Total Results: 3130