module App::Config::Base
Public Class Methods
new()
click to toggle source
# File lib/app/config/base.rb, line 6 def initialize self.default_proc = proc do |hash, key| hash[key] = {} end end
# File lib/app/config/base.rb, line 6 def initialize self.default_proc = proc do |hash, key| hash[key] = {} end end