Method: Confg::Configuration#load_key
- Defined in:
- lib/confg/configuration.rb
#load_key(key, yaml_loader_options = {}) ⇒ Object
93 94 95 96 |
# File 'lib/confg/configuration.rb', line 93 def load_key(key, = {}) # loads yaml file with given key load_yaml(key, , key: key) end |