Module: Kernel
- Defined in:
- lib/configatron/core_ext/kernel.rb
Instance Method Summary collapse
-
#configatron ⇒ Object
Provides access to the Configatron storage system.
Instance Method Details
#configatron ⇒ Object
Provides access to the Configatron storage system.
4 5 6 |
# File 'lib/configatron/core_ext/kernel.rb', line 4 def configatron Configatron.instance end |