Method: ObjCursor#each

Defined in:
lib/mongo_persist/mongo_ext.rb

#eachObject



4
5
6
# File 'lib/mongo_persist/mongo_ext.rb', line 4

def each
  cursor.each { |x| yield(x.to_mongo_object) }
end