Results for: "module_function"

{ a: 1 }

^^^^

begin end ^^^^^^^^^

Visit a BlockNode.

break ^^^^^

break foo ^^^^^^^^^

foo ^^^

foo.bar ^^^^^^^

foo.bar() {} ^^^^^^^^^^^^

case foo; when bar; end ^^^^^^^^^^^^^^^^^^^^^^^

class Foo; end ^^^^^^^^^^^^^^

def foo; end ^^^^^^^^^^^^

def self.foo; end ^^^^^^^^^^^^^^^^^

defined? a ^^^^^^^^^^

defined?(a) ^^^^^^^^^^^

if foo then bar else baz end

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

Visit an EnsureNode node.

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 ^^^^^^

Search took: 5ms  ·  Total Results: 5313