Results for: "match"

Foo::Bar ^^^^^^^^

“foo #{bar}”

^^^^^^

foo => [*, bar, *]

^^^^^^^^^^^

foo => {}

^^

“foo #{bar}” ^^^^^^^^^^^^

:“foo #{bar}” ^^^^^^^^^^^^^

‘foo #{bar}` ^^^^^^^^^^^^

Visit the list of statements of a statements node. We support nil statements in the list. This would normally not be allowed by the structure of the prism parse tree, but we manually add them here so that we can mirror Ripper’s void stmt.

No documentation available
No documentation available
No documentation available

Interpolate substitution vars in the arg (i.e. $(DEFFILE))

No documentation available

Load extra data embed into binary format String object.

No documentation available

Compile a CallOperatorWriteNode node

Compile a ConstantOperatorWriteNode node

Compile a ConstantPathTargetNode node

Compile a ConstantPathWriteNode node

Compile a IndexOperatorWriteNode node

Compile a InterpolatedRegularExpressionNode node

Foo += bar

becomes

Foo = Foo + bar

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

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

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

Search took: 4ms  ·  Total Results: 2599