Class: Envm::YamlParser
Instance Attribute Summary
Attributes inherited from Parser
Instance Method Summary collapse
Methods inherited from Parser
Constructor Details
This class inherits a constructor from Envm::Parser
Instance Method Details
#parse ⇒ Object
31 32 33 34 |
# File 'lib/envm/parser.rb', line 31 def parse contents = File.read(filepath) YAML.load(contents) end |