Results for: "partition"

No documentation available
No documentation available

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

foo => [bar]

^^^^^

def foo(&bar); end

^^^^

A block’s parameters.

Foo = 1 ^^^^^^^

Foo, Bar = 1 ^^^ ^^^

Foo, = bar ^^^

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

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

^^^

-> { _1 + _2 } ^^^^^^^^^^^^^^

foo => ^(bar)

^^^^^^

def foo(bar); end

^^^

def foo(*bar); end

^^^^

def foo(*); end

^

A shareable constant.

foo => [bar]

^^^^^

def foo(&bar); end

^^^^

A block’s parameters.

Foo = 1 ^^^^^^^

Foo, Bar = 1 ^^^ ^^^

Foo, = bar ^^^

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

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

^^^
Search took: 4ms  ·  Total Results: 3065