Results for: "OptionParser"

No documentation available
No documentation available

foo => [bar]

^^^^^

def foo(&bar); end

^^^^

foo => bar => baz

^^^^^^^^^^

Visit a destructured positional parameter node.

END {} ^^^^^^

BEGIN {} ^^^^^^^^

/foo/ ^^^^^

def foo(bar); end

^^^

def foo(*bar); end

^^^^

def foo(*); end

^
No documentation available
No documentation available

@@foo += bar

becomes

@@foo = @@foo + bar

$foo += bar

becomes

$foo = $foo + bar

@foo += bar

becomes

@foo = @foo + bar

foo += bar

becomes

foo = foo + bar

No documentation available

A block’s parameters.

def foo(…); end

^^^

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

A block’s parameters.

def foo(…); end

^^^
No documentation available

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: 2ms  ·  Total Results: 3731