def foo(*bar); end
^^^^
def foo(*); end
^
A shareable constant.
A block’s parameters.
Foo = 1 ^^^^^^^
Foo, Bar = 1 ^^^ ^^^
Foo::Bar ^^^^^^^^
def foo(…); bar(…); end
^^^
-> { _1 + _2 } ^^^^^^^^^^^^^^
def foo(*bar); end
^^^^
def foo(*); end
^
A shareable constant.
This integer returns the maximum level of data structure nesting in the generated JSON
, max_nesting
= 0 if no maximum is checked.
This sets the maximum level of data structure nesting in the generated JSON
to the integer depth, max_nesting
= 0 if no maximum should be checked.
Within the given block, track that we’re within a pattern.
Parse an integer from the string representation.
Parse a float from the string representation.
Parse a complex from the string representation.
Like Enumerable#compact
, but chains operation to be lazy-evaluated.