Class: Stove::Config
- Inherits:
-
Hash
- Object
- Hash
- Stove::Config
- Defined in:
- lib/stove/config.rb
Class Method Summary collapse
Class Method Details
.[](thing) ⇒ Object
4 5 6 |
# File 'lib/stove/config.rb', line 4 def [](thing) instance[thing] end |
.instance ⇒ Object
8 9 10 |
# File 'lib/stove/config.rb', line 8 def instance @instance ||= load! end |