Results for: "OptionParser"

if foo .. bar; end ^^^^^^^^^^

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

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

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

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

foo, bar = baz ^^^^^^^^^^^^^^

foo = 1 and bar => ^foo ^^^^

foo rescue bar ^^^^^^^^^^^^^^

class << self; end ^^^^^^^^^^^^^^^^^^

Visit a heredoc node that is representing a string.

Visit a heredoc node that is representing an xstring.

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

Interpolate substitution vars in the arg (i.e. $(DEFFILE))

Load extra data embed into binary format String object.

Example:

x[1] += 42
 ^^^    (for [])
x[1] += 42
     ^  (for +)
x[1] += 42
 ^^^^^^ (for []=)

Example:

x.foo += 42
 ^^^     (for foo)
x.foo += 42
      ^  (for +)
x.foo += 42
 ^^^^^^^ (for foo=)

Example:

x.foo(42)
      ^^
x[42]
  ^^
x.foo = 1
        ^
x[42] = 1
  ^^^^^^^
x[] = 1
  ^^^^^
x + 1
    ^
foo(42)
    ^^
foo 42
    ^^
No documentation available
No documentation available
Search took: 6ms  ·  Total Results: 3694