Dispatch enter and leave events for ItLocalVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for LocalVariableOrWriteNode
nodes and continue walking the tree.
Inspect a InstanceVariableAndWriteNode
node.
Inspect a InterpolatedMatchLastLineNode
node.
Copy a InstanceVariableAndWriteNode
node
Copy a InterpolatedMatchLastLineNode
node
@@foo ||= bar ^^^^^^^^^^^^^
Visit a constant path that is part of a write node.
Foo::Bar &&= baz ^^^^^^^^^^^^^^^^
$foo ||= bar ^^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
if /foo #{bar}/ then end
^^^^^^^^^^^^