GenericSearch
Inherits Enumerable / Reference / Object
Constructors
new(logger : Logger = Logger.new(STDOUT))
SourceInstance methods
[](i, j)
Sourcefirst
Returns the first element in the collection. Raises Enumerable::EmptyError
if the collection is empty.
([1, 2, 3]).first # => 1
([] of Int32).first # raises Enumerable::EmptyError
last
Sourcequery(q, options = {} of String => String)
Sourcequery2options(env)
Source