Class: Configue::YamlLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/configue/yaml_loader.rb

Instance Method Summary collapse

Instance Method Details

#extentionObject



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