Class: Rupta::YamlLoader

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

Instance Method Summary collapse

Instance Method Details

#load_file(path) ⇒ Object



5
6
7
# File 'lib/rupta/yaml_loader.rb', line 5

def load_file(path)
  YAML.load_file(path)
end