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