Method: Config::Sources::HashSource#initialize
- Defined in:
- lib/config/sources/hash_source.rb
#initialize(hash) ⇒ HashSource
Returns a new instance of HashSource.
6 7 8 |
# File 'lib/config/sources/hash_source.rb', line 6 def initialize(hash) @hash = hash end |