# File lib/chef/node/attribute.rb, line 164 def each_key(&block) get_keys.each do |key| block.call(key) end end