class Dapp::Dimg::Config::Directive::Chef::Attributes
Public Instance Methods
[](key)
click to toggle source
Calls superclass method
# File lib/dapp/dimg/config/directive/chef.rb, line 50 def [](key) super || begin self[key] = self.class.new end end