@foo = 1 ^^^^^^^^
if /foo/ then end ^^^^^
Create parser string nodes from a single prism node. The parser gem “glues” strings together when a line continuation is encountered.
alias $foo $bar ^^^^^^^^^^^^^^^
@foo = 1 ^^^^^^^^ @foo, @bar = 1 ^^^^ ^^^^
if /foo/ then end ^^^^^
Visit one side of an alias global variable node.
@foo += bar ^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^
if /foo #{bar}/ then end ^^^^^^^^^^^^
@foo += bar ^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^
if /foo #{bar}/ then end ^^^^^^^^^^^^