Results for: "partition"

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.

No documentation available

The default port to use for HTTP requests; defaults to 80.

The default port to use for HTTPS requests; defaults to 443.

Set the encoding to use for the response body. If given a String, find the related Encoding.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 5ms  ·  Total Results: 2583