Method: Mongoo::Cursor#batch_size

Defined in:
lib/mongoo/cursor.rb

#batch_size(size = 0) ⇒ Object



49
50
51
52
# File 'lib/mongoo/cursor.rb', line 49

def batch_size(size=0)
  @mongo_cursor.batch_size(size)
  self
end