Class: Configue::YamlLoader
- Inherits:
-
Object
- Object
- Configue::YamlLoader
- Defined in:
- lib/configue/yaml_loader.rb
Instance Method Summary collapse
Instance Method Details
#extention ⇒ Object
6 7 8 |
# File 'lib/configue/yaml_loader.rb', line 6 def extention "yml" end |
#load(path) ⇒ Object
10 11 12 |
# File 'lib/configue/yaml_loader.rb', line 10 def load(path) YAML.load_file(path) end |