# File lib/moped/query.rb, line 241
    def limit(limit)
      operation.limit = limit
      self
    end