# File lib/aws/simple_db/item_collection.rb, line 557 def limit_clause limit ? "LIMIT #{limit}" : nil end