Module: App::Config::Base
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
6 7 8 9 10 |
# File 'lib/app/config/base.rb', line 6 def initialize self.default_proc = proc do |hash, key| hash[key] = {} end end |