# File lib/mongo/collection/view/readable.rb, line 290
        def limit(limit = nil)
          configure(:limit, limit)
        end