Results for: "module_function"

false ^^^^^

1.0 ^^^

for foo in bar do end ^^^^^^^^^^^^^^^^^^^^^

{} ^^

if foo then bar end ^^^^^^^^^^^^^^^^^^^

bar if foo ^^^^^^^^^^

foo ? bar : baz ^^^^^^^^^^^^^^^

1i ^^

{ foo: } ^^^^

case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^

1 ^

-> {}

A node that is missing from the syntax tree. This is only used in the case of a syntax error.

next ^^^^

next foo ^^^^^^^^

nil ^^^

a or b ^^^^^^

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.

Search took: 11ms  ·  Total Results: 3310