Results for: "Pathname"

No documentation available

Corresponds to $(LIBPATH) in mkmf

No documentation available

The full name of the specification to be activated.

No documentation available

Path of activations from the current list.

No documentation available

The name and version of the specification.

Unlike Gem::Specification#full_name, the platform is not included.

The name and version of the specification.

Unlike Gem::Specification#full_name, the platform is not included.

Returns the path to the trusted certificate

Returns the full file path of this frame.

Same as path, except that it will return absolute path even if the frame is in the main script.

Compile a ConstantPathOperatorWriteNode node

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

Copy a ConstantPathOperatorWriteNode node

Example:

x.foo
 ^^^^
x.foo(42)
 ^^^^
x&.foo
 ^^^^^
x[42]
 ^^^^
x += 1
  ^

Example:

x + 1
  ^
+x
^

Example:

foo(42)
^^^
foo 42
^^^

Compile a BlockParameterNode node

Compile a BlockParametersNode node

Compile a ConstantPathNode node

Compile a ForwardingParameterNode node

Compile a NumberedParametersNode node

Compile a RequiredParameterNode node

Compile a RestParameterNode node

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

Search took: 4ms  ·  Total Results: 2920