# File lib/chef/node.rb, line 343
    def each_attribute(&block)
      construct_attributes.each_attribute(&block)
    end