Results for: "to_proc"

Returns true if key is the corresponding private key to the Subject Public Key Information, false otherwise.

See the OpenSSL documentation for EVP_PKEY_get_raw_private_key()

Permit block/lambda nodes to mark newlines within themselves.

Converts the version format handled by Parser to the format handled by Prism.

{ a: 1 }

^^^^

Visit a BlockNode.

Visit a string that is expressed using a <<~ heredoc.

No documentation available
No documentation available
No documentation available
No documentation available

Example:

Foo
^^^

Example:

Foo::Bar
   ^^^^^

in /foo/

Returns the full name of this Gem (see ‘Gem::BasicSpecification#full_name`). Information about where the gem is installed is also included if not installed in the default GEM_HOME.

Suggests gems based on the supplied gem_name. Returns an array of alternative gem names.

Returns true if the document is valid with all lines removed. By default it checks all blocks in present in the frontier array, but can be used for arbitrary arrays of codeblocks as well

No documentation available

See the OpenSSL documentation for EVP_PKEY_new_raw_private_key()

Add local/remote options to the command line parser.

Extract platform given on the command line

Returns all tokens for the input script regardless the receiver node. Returns nil if keep_tokens is not enabled when parse method is called.

root = RubyVM::AbstractSyntaxTree.parse("x = 1 + 2", keep_tokens: true)
root.all_tokens # => [[0, :tIDENTIFIER, "x", [1, 0, 1, 1]], [1, :tSP, " ", [1, 1, 1, 2]], ...]
root.children[-1].all_tokens # => [[0, :tIDENTIFIER, "x", [1, 0, 1, 1]], [1, :tSP, " ", [1, 1, 1, 2]], ...]

Sets p, q for the RSA instance.

Get the response’s token info if present.

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