Results for: "remove_const"

No documentation available

Path of activations from the current list.

No documentation available
No documentation available
No documentation available

Compile a InterpolatedRegularExpressionNode node

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

Copy a InterpolatedRegularExpressionNode node

No documentation available

Compile a ConstantAndWriteNode node

Compile a ConstantOperatorWriteNode node

Compile a ConstantOrWriteNode node

Compile a ConstantPathTargetNode node

Compile a ConstantPathWriteNode node

Foo &&= bar

becomes

Foo && Foo = bar

Foo ||= bar

becomes

defined?(Foo) ? Foo : Foo = bar

Foo += bar

becomes

Foo = Foo + bar

Dispatch enter and leave events for ConstantAndWriteNode 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 ConstantOrWriteNode nodes and continue walking the tree.

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

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

Copy a ConstantAndWriteNode node

Copy a ConstantOperatorWriteNode node

Copy a ConstantOrWriteNode node

Search took: 3ms  ·  Total Results: 4862