class Elastic::Results::HitCollection

Public Instance Methods

each_hit(&_block) click to toggle source
# File lib/elastic/results/hit_collection.rb, line 3
def each_hit(&_block)
  collection.each(&_block)
end