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.
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 ItParametersNode
node
Compile a RestParameterNode
node
Dispatch enter and leave events for BlockParameterNode
nodes and continue walking the tree.
Dispatch enter and leave events for BlockParametersNode
nodes and continue walking the tree.
Dispatch enter and leave events for ConstantPathNode
nodes and continue walking the tree.
Dispatch enter and leave events for ForwardingParameterNode
nodes and continue walking the tree.
Dispatch enter and leave events for ItParametersNode
nodes and continue walking the tree.
Dispatch enter and leave events for NumberedParametersNode
nodes and continue walking the tree.
Dispatch enter and leave events for RequiredParameterNode
nodes and continue walking the tree.
Dispatch enter and leave events for RestParameterNode
nodes and continue walking the tree.
Inspect a BlockParameterNode
node.