true ^^^^
case foo; when bar; end
^^^^^^^^^^^^^
‘foo` ^^^^^
yield ^^^^^
yield 1 ^^^^^^^
foo => [bar]
^^^^^
def foo(**); bar(**); end
^^
{ **foo }
Visit the clauses of a begin node to form an on_bodystmt call.
foo(&bar)
^^^^
def foo(&bar); end