foo => [bar] ^^^^^
Visit the clauses of a begin node to form an on_bodystmt call.
foo(&bar) ^^^^
def foo(&bar); end ^^^^
A block’s parameters.
Visit the arguments and block of a call node and return the arguments and block as they should be used.
foo.bar, = 1 ^^^^^^^
foo => bar => baz ^^^^^^^^^^
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
“foo #{bar}” ^^^^^^
foo => [, bar, ] ^^^^^^^^^^^
if foo .. bar; end ^^^^^^^^^^
def foo(…); bar(…); end ^^^
def foo(…); end ^^^
foo => {} ^^
foo { |bar,| } ^