foo.bar, = 1 ^^^^^^^
“foo #{bar}” ^^^^^^^^^^^^
:“foo #{bar}” ^^^^^^^^^^^^^
‘foo #{bar}` ^^^^^^^^^^^^
foo, bar = baz ^^^^^^^^
def foo(bar = 1); end
^^^^^^^
If the bounds of a range node are empty parentheses, then they do not get replaced by their usual s(:nil), but instead are s(:begin).
foo rescue bar ^^^^^^^^^^^^^^
def foo(*bar); end
^^^^
def foo(*); end
^
alias $foo $bar ^^^^^^^^^^^^^^^
foo.bar += baz ^^^^^^^^^^^^^^^