# File lib/aws/dynamo_db/attribute_collection.rb, line 149 def set attributes, options = {} update(options) { |u| u.set(attributes) } end