Method: Moneta::Config::ClassMethods#config_defaults
- Defined in:
- lib/moneta/config.rb
#config_defaults ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
32 33 34 |
# File 'lib/moneta/config.rb', line 32 def config_defaults config_variable(:@config_defaults) || {} end |