Limit
55 56 57
# File 'lib/easymongo/query.rb', line 55 def limit(n, d = {}) g!(d); s[:cursor] = cursor.limit(n.to_i); self end