Results for: "module_function"

A block’s parameters.

Visit the arguments and block of a call node and return the arguments and block as they should be used.

foo.bar, = 1 ^^^^^^^

foo => bar => baz

^^^^^^^^^^

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

“foo #{bar}”

^^^^^^

foo => [*, bar, *]

^^^^^^^^^^^

if foo .. bar; end

^^^^^^^^^^

def foo(…); bar(…); end

^^^

def foo(…); end

^^^

super ^^^^^

super {} ^^^^^^^^

foo => {}

^^

foo { |bar,| }

^

foo, = 1 ^^^^^^^^

“foo #{bar}” ^^^^^^^^^^^^

:“foo #{bar}” ^^^^^^^^^^^^^

‘foo #{bar}` ^^^^^^^^^^^^

-> { it } ^^^^^^^^^

foo(bar: baz)

^^^^^^^^

foo in bar ^^^^^^^^^^

foo => bar ^^^^^^^^^^

/(?<foo>foo)/ =~ bar ^^^^^^^^^^^^^^^^^^^^

-> { _1 + _2 } ^^^^^^^^^^^^^^

def foo(bar); end

^^^

def foo(*bar); end

^^^^

def foo(*); end

^
Search took: 5ms  ·  Total Results: 3346