Results for: "minmax"

No documentation available

This is a null install as this gem was unpacked into a directory. options are ignored.

Returns the line number of this frame.

For example, using caller_locations.rb from Thread::Backtrace::Location

loc = c(0..1).first
loc.lineno #=> 2

Returns the same as calling inspect on the string representation of to_str

Returns true if the element contains inline content that has a text or HTML media type, or no media type at all.

Returns true if the element contains inline content that has a HTML media type.

Returns true if the element contains inline content that has a XHTML media type.

Returns true if the element contains inline content that has a MIME media type.

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

(see Gem::Resolver::Molinillo::SpecificationProvider#allow_missing?)

No documentation available

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

["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:

a) <i>x</i> responds to both each and force, which means that
   <i>x</i> is a lazy enumerator.
b) <i>x</i> is an array or responds to to_ary.

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

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

Returns the integer memory location of this pointer.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 3ms  ·  Total Results: 1972