Results for: "remove_const"

No documentation available

Path of activations from the current list.

No documentation available
No documentation available
No documentation available

“foo #{bar}”

^^^^^^

/foo/ ^^^^^

No documentation available

Compile a InstanceVariableReadNode node

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

Inspect a InstanceVariableReadNode node.

Copy a InstanceVariableReadNode node

No documentation available
No documentation available
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.

Search took: 4ms  ·  Total Results: 5438