Results for: "partition"

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

Corresponds to $(LIBPATH) in mkmf

No documentation available

Defines a custom git source that uses name to expand git repositories for use in gems built from git repositories. You must provide a block that accepts a git repository name for expansion.

No documentation available

Path of activations from the current list.

Return a String indicating who caused this request to be added (only valid for implicit requests)

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

Add a certificate to trusted certificate list.

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.

@param [String] name @return [Object] the requirement that led to a version of a possibility

with the given name being activated.

Iterates the given block for each element with an index, which starts from offset. If no block is given, returns a new Enumerator that includes the index, starting from offset

offset

the starting index to use

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}]

Load an iseq object from binary format String object created by RubyVM::InstructionSequence.to_binary.

This loader does not have a verifier, so that loading broken/modified binary causes critical problem.

You should not load binary data provided by others. You should use binary data translated by yourself.

No documentation available
No documentation available

Creates a regular expression to match IPv4 addresses

Create a new DRbObject from a URI alone.

Set the default value for the :load_limit option.

See new(). The initial default value is 25 MB.

Set the default value for the :id_conv option.

See new(). The initial default value is a DRbIdConv instance.

Create a new DRbObject from a URI alone.

Search took: 4ms  ·  Total Results: 2657