The required_ruby_version
constraint for this specification
A fallback is included because when generated, some marshalled specs have it set to nil
.
The required_rubygems_version
constraint for this specification
A fallback is included because the original version of the specification API didn’t include that field, so some marshalled specs in the index have it set to nil
.
The required_ruby_version
constraint for this specification
The required_rubygems_version
constraint for this specification
A block’s parameters.
Foo::Bar ^^^^^^^^
-> { _1 + _2 } ^^^^^^^^^^^^^^
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
^^^