class Envm::YamlParser
Public Instance Methods
parse()
click to toggle source
# File lib/envm/parser.rb, line 31 def parse contents = File.read(filepath) YAML.load(contents) end
# File lib/envm/parser.rb, line 31 def parse contents = File.read(filepath) YAML.load(contents) end