Method: Chef::Node::Attribute#merged_attributes
- Defined in:
- lib/chef/node/attribute.rb
#merged_attributes(*path) ⇒ Object
414 415 416 |
# File 'lib/chef/node/attribute.rb', line 414 def merged_attributes(*path) merge_all(path) end |