Results for: "Pathname"

No documentation available
No documentation available

Finds stub specifications matching a pattern in the record, optionally filtering out specs not matching the current platform

No documentation available
No documentation available

define methodname as instance method of current module, using ERB object or eRuby file

define methodname as instance method of current module, using ERB object or eRuby file

No documentation available
No documentation available
No documentation available

def foo(&bar); end

^^^^

A block’s parameters.

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

def foo(…); end

^^^

-> { it } ^^^^^^^^^

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

Visit a destructured positional parameter node.

def foo(bar); end

^^^

def foo(*bar); end

^^^^

def foo(*); end

^
No documentation available
No documentation available

Get all [gem, version] from the command line.

An argument in the form gem:ver is pull apart into the gen name and version, respectively.

foo => bar | baz

^^^^^^^^^

def foo(bar = 1); end

^^^^^^^

foo => bar | baz

^^^^^^^^^
Search took: 7ms  ·  Total Results: 2413