Method: Chef::Node#default
- Defined in:
- lib/chef/node.rb
#default ⇒ Object Also known as: default_attrs
Set a default of this node, but auto-vivify any Mashes that might be missing
208 209 210 |
# File 'lib/chef/node.rb', line 208 def default attributes.default end |