Class: Hekenga::MongoidIterator
- Inherits:
-
BaseIterator
- Object
- BaseIterator
- Hekenga::MongoidIterator
- Defined in:
- lib/hekenga/mongoid_iterator.rb
Constant Summary
Constants inherited from BaseIterator
Instance Attribute Summary
Attributes inherited from BaseIterator
Instance Method Summary collapse
Methods inherited from BaseIterator
Constructor Details
This class inherits a constructor from Hekenga::BaseIterator
Instance Method Details
#each(&block) ⇒ Object
4 5 6 |
# File 'lib/hekenga/mongoid_iterator.rb', line 4 def each(&block) iteration_scope.each(&block) end |