Corresponds to $(LIBPATH) in mkmf
The full name of the specification to be activated.
Path of activations from the current
list.
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 ^
Compile a BlockParameterNode
node
Compile a BlockParametersNode
node
Compile a ConstantPathNode
node
Compile a RestParameterNode
node
Dispatch enter and leave events for BlockParameterNode
nodes and continue walking the tree.