Results for: "optionparser"

() ^^

(1) ^^^

1r ^^

Visit the interpolated content of the string-like node.

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

(1)
^^^
1r
^^

Pattern constants get wrapped in another layer of :const.

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

/foo #{bar}/
^^^^^^^^^^^^
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Foo += bar ^^^^^^^^^^^

Foo::Bar, = baz ^^^^^^^^

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

def foo(**); end ^^

Visit the targets of a multi-target node.

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

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

Example:

x.foo += 42
         ^^

Example:

x[1] += 42
  ^^^^^^^^

Example:

x + 1
    ^

Example:

Foo::Bar
   ^^^^^

The offset from the start of the file in code units of the given encoding.

Search took: 8ms  ·  Total Results: 3694