Method: Chef::Node::Attribute#combined_default

Defined in:
lib/chef/node/attribute.rb

#combined_default(*path) ⇒ Object



423
424
425
426
# File 'lib/chef/node/attribute.rb', line 423

def combined_default(*path)
  ret = merge_defaults(path)
  ret == NIL ? nil : ret
end