Results for: "match"

Visit a pattern within a pattern match. This is used to bypass the parenthesis node that can be used to wrap patterns.

1.0 ^^^

1i ^^

1r ^^

foo(*bar)

^^^^

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

^^^^

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

^

A list of statements.

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

Find cached filename in Gem.path. Returns nil if the file cannot be found.

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

Example:

x.foo = 1
 ^^^^^^
x[42] = 1
 ^^^^^^

Example:

x.foo = 1
        ^
x[42] = 1
  ^^^^^^^
x[] = 1
  ^^^^^

Example:

Foo::Bar
   ^^^^^
No documentation available

in [foo, bar, baz]

in Prism::ConstantReadNode

Search took: 4ms  ·  Total Results: 1903