# File lib/aws/simple_db/item_collection.rb, line 475 def limit_clause if limit " LIMIT #{limit}" else "" end end