Module: Usable::Scoped::Configurable
- Defined in:
- lib/usable/scoped.rb
Instance Method Summary collapse
Instance Method Details
#configs ⇒ Object
5 6 7 8 9 |
# File 'lib/usable/scoped.rb', line 5 def configs @configs ||= Hash.new do |me, key| me[key] = Usable::Config.new end end |