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