# File lib/aws/simple_db/item_collection.rb, line 73 def create item_name, *args item = self[item_name] item.attributes.replace(*args) item end