Results for: "remove_const"

Foo::Bar += baz ^^^^^^^^^^^^^^^

Foo::Bar &&= baz ^^^^^^^^^^^^^^^^

Foo::Bar ||= baz ^^^^^^^^^^^^^^^^

Foo::Bar += baz
^^^^^^^^^^^^^^^
Foo::Bar &&= baz
^^^^^^^^^^^^^^^^
Foo::Bar ||= baz
^^^^^^^^^^^^^^^^

@foo ^^^^

@foo
^^^^

/foo #{bar}/ ^^^^^^^^^^^^

/foo #{bar}/
^^^^^^^^^^^^

begin; foo; ensure; bar; end ^^^^^^^^^^^^

A list of statements.

begin; foo; ensure; bar; end
            ^^^^^^^^^^^^
def foo((bar, baz)); end
        ^^^^^^^^^^

A list of statements.

No documentation available
No documentation available
No documentation available
No documentation available

foo { |bar,| } ^

Visit a destructured positional parameter node.

foo => ^(bar) ^^^^^^

BEGIN {} ^^^^^^^^

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

def foo(*); end ^

Visit the list of statements of a statements node. We support nil statements in the list. This would normally not be allowed by the structure of the prism parse tree, but we manually add them here so that we can mirror Ripper’s void stmt.

Search took: 5ms  ·  Total Results: 3274