# File lib/mongoid/criteria.rb, line 142
    def each(&block)
      tap { context.iterate(&block) }
    end