Results for: "OptionParser"

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

Use new_ui for the duration of block.

See DefaultUserInteraction::use_ui

No documentation available
No documentation available

Discard statistics collected for --yjit-stats.

Return a hash for statistics generated for the --yjit-stats command line option. Return nil when option is not passed or unavailable. If a symbol argument is provided, return only the value for the named stat. If any other type is provided, raises TypeError.

Example:

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

Example:

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

Foo, = bar ^^^

Foo::Bar ^^^^^^^^

foo => [*, bar, *]

^^^^^^^^^^^

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

^^^

super ^^^^^

super {} ^^^^^^^^

foo => {}

^^

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

foo => ^(bar)

^^^^^^

A shareable constant.

Foo, = bar ^^^

Foo::Bar ^^^^^^^^

Search took: 9ms  ·  Total Results: 6041