Method: AnyQuery::Query#each

Defined in:
lib/any_query/query.rb

#each(&block) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



43
44
45
# File 'lib/any_query/query.rb', line 43

def each(&block)
  to_a.each(&block)
end