Results for: "module_function"

def foo(bar, *baz); end

^^^^^^^^^

() ^^

(1) ^^^

The top-level program node.

0..5 ^^^^

redo ^^^^

begin; rescue; end

^^^^^^^

retry ^^^^^

return ^^^^^^

return 1 ^^^^^^^^

self ^^^^

foo(*bar)

^^^^

def foo((bar, *baz)); end

^^^^

def foo(*); bar(*); end

^

A list of statements.

“foo” ^^^^^

Visit a string that is expressed using a <<~ heredoc.

super(foo) ^^^^^^^^^^

:foo ^^^^

true ^^^^

case foo; when bar; end

^^^^^^^^^^^^^

‘foo` ^^^^^

yield ^^^^^

yield 1 ^^^^^^^

Visit a node that represents a number. We need to explicitly handle the unary - operator.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 6ms  ·  Total Results: 5313