Class: Config
- Inherits:
-
Object
- Object
- Config
- Defined in:
- lib/sty/config.rb
Class Method Summary collapse
Class Method Details
.yaml(file) ⇒ Object
5 6 7 |
# File 'lib/sty/config.rb', line 5 def self.yaml(file) Psych.load_file("#{file}.yaml") end |