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

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

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



50
51
52
53
54
# File 'lib/dapp/dimg/config/directive/chef.rb', line 50

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