Results for: "match"

No documentation available

Returns the path to the trusted certificate

Returns the path to the trusted certificate with the given ASN.1 name

Loads the given certificate_file

Returns the full file path of this frame.

Same as path, except that it will return absolute path even if the frame is in the main script.

No documentation available

Returns a new lazy enumerator with the concatenated results of running block once for every element in the lazy enumerator.

["foo", "bar"].lazy.flat_map {|i| i.each_char.lazy}.force
#=> ["f", "o", "o", "b", "a", "r"]

A value x returned by block is decomposed if either of the following conditions is true:

Otherwise, x is contained as-is in the return value.

[{a:1}, {b:2}].lazy.flat_map {|i| i}.force
#=> [{:a=>1}, {:b=>2}]

Like Enumerable#filter_map, but chains operation to be lazy-evaluated.

(1..).lazy.filter_map { |i| i * 2 if i.even? }.first(5)
#=> [4, 8, 12, 16, 20]

Sets the length of the plaintext / ciphertext message that will be processed in CCM mode. Make sure to call this method after key= and iv= have been set, and before auth_data=.

Only call this method after calling Cipher#encrypt or Cipher#decrypt.

Loads the given private key identified by id and data.

An EngineError is raised of the OpenSSL::PKey is unavailable.

No documentation available
No documentation available

Create a new session id.

The session id is a secure random number by SecureRandom if possible, otherwise an SHA512 hash based upon the time, a random number, and a constant string. This routine is used internally for automatically generated session ids.

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

Visit the child nodes of the given node.

Compile a FloatNode node

Compile a ImaginaryNode node

Compile a RationalNode node

Compile a SplatNode node

Compile a StatementsNode node

def compact_child_nodes: () -> Array

def compact_child_nodes: () -> Array

Search took: 3ms  ·  Total Results: 2599