Extract platform given on the command line
foo(*bar)
^^^^
def foo((bar, *baz)); end
^^^^
def foo(*); bar(*); end
^
Returns the set of targets for a MultiTargetNode or a MultiWriteNode.
Visit the interpolated content of the string-like node.
foo(*bar)
^^^^
def foo((bar, *baz)); end
^^^^
def foo(*); bar(*); end
^
foo.bar, = 1 ^^^^^^^
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
foo, = 1 ^^^^^^^^
“foo #{bar}” ^^^^^^^^^^^^