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