# File lib/aws/dynamo_db/attribute_collection.rb, line 102 def each_value(options = {}) each(options) { |k, v| yield(v) if block_given? } end