| Class | Settings::SettingCollection |
| In: |
lib/more/facets/settings.rb
|
| Parent: | Hash |
A collection of Settings. This helper enables intuitive settings initialization like this:
Settings.Compiler.template_root = ‘public’ instead of Settings.setting :compiler, :template_root, :value => ‘public‘
| owner | [RW] |