Results for: "Pathname"

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

Compile a ConstantPathAndWriteNode node

Compile a ConstantPathOrWriteNode node

Dispatch enter and leave events for ConstantPathAndWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for ConstantPathOrWriteNode nodes and continue walking the tree.

Inspect a ConstantPathAndWriteNode node.

Inspect a ConstantPathOrWriteNode node.

Copy a ConstantPathAndWriteNode node

Copy a ConstantPathOrWriteNode node

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).

Sets saner defaults optimized for the use with HTTP-like protocols.

If a Hash params is given, the parameters are overridden with it. The keys in params must be assignment methods on SSLContext.

If the verify_mode is not VERIFY_NONE and ca_file, ca_path and cert_store are not set then the system default certificate store is used.

No documentation available
No documentation available
Search took: 4ms  ·  Total Results: 3265