Results for: "Pathname"

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

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

^^^^^^^^^

def foo(bar = 1); end

^^^^^^^

Validates the Diffie-Hellman parameters associated with this instance. It checks whether a safe prime and a suitable generator are used. If this is not the case, false is returned.

See also the man page EVP_PKEY_param_check(3).

Search took: 4ms  ·  Total Results: 2303