Results for: "module_function"

No documentation available
No documentation available

foo => [bar]

^^^^^

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

^^

{ **foo }

^^^^^

Visit the clauses of a begin node to form an on_bodystmt call.

foo(&bar)

^^^^

def foo(&bar); end

^^^^

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

Search took: 8ms  ·  Total Results: 5313