# File lib/aws/simple_db/item_collection.rb, line 448
      def limit *args
        return @limit if args.empty?
        collection_with(:limit => Integer(args.first))
      end