Method: Chef::Node#each_attribute
- Defined in:
- lib/chef/node.rb
#each_attribute(&block) ⇒ Object
Iterates over each attribute, passing the attribute and value to the block.
257 258 259 |
# File 'lib/chef/node.rb', line 257 def each_attribute(&block) attributes.each_attribute(&block) end |