Class: Dapp::Config::Directive::Chef::Attributes

Inherits:
Hash
  • Object
show all
Defined in:
lib/dapp/config/directive/chef.rb

Overview

Attributes

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



86
87
88
89
90
# File 'lib/dapp/config/directive/chef.rb', line 86

def [](key)
  super || begin
    self[key] = self.class.new
  end
end