Results for: "Data"

Inspect a InterpolatedRegularExpressionNode node.

Inspect a LocalVariableTargetNode node.

Inspect a MatchLastLineNode node.

Copy a CallOperatorWriteNode node

Copy a ClassVariableTargetNode node

Copy a ConstantAndWriteNode node

Copy a ConstantOrWriteNode node

Copy a GlobalVariableTargetNode node

Copy a IndexOperatorWriteNode node

Copy a InstanceVariableReadNode node

Copy a InstanceVariableWriteNode node

Copy a InterpolatedRegularExpressionNode node

Copy a LocalVariableTargetNode node

Copy a MatchLastLineNode node

Return the best specification that contains the file matching path, among those already activated.

Adds this spec’s require paths to LOAD_PATH, in the proper location.

Reset nil attributes to their default values to make the spec valid

Return the best specification in the record that contains the file matching path, among those already activated.

No documentation available

Parses the most indented lines into blocks that are marked and added to the frontier

Returns the node id for the given backtrace location.

begin
  raise
rescue =>  e
  loc = e.backtrace_locations.first
  RubyVM::AbstractSyntaxTree.node_id_for_backtrace_location(loc)
end # => 0

for settings’ keys

foo => [bar]

^^^^^

def foo(**); bar(**); end

^^

{ **foo }

^^^^^

foo.bar, = 1 ^^^^^^^

Search took: 4ms  ·  Total Results: 2131