Method: ObjCursor#each
- Defined in:
- lib/mongo_persist/mongo_ext.rb
#each ⇒ Object
4 5 6 |
# File 'lib/mongo_persist/mongo_ext.rb', line 4 def each cursor.each { |x| yield(x.to_mongo_object) } end |
4 5 6 |
# File 'lib/mongo_persist/mongo_ext.rb', line 4 def each cursor.each { |x| yield(x.to_mongo_object) } end |