Class: Unobtainium::Config::YAMLParser

Inherits:
Object
  • Object
show all
Defined in:
lib/unobtainium/config.rb

Overview

Very simple YAML parser

Class Method Summary collapse

Class Method Details

.parse(string) ⇒ Object



43
44
45
# File 'lib/unobtainium/config.rb', line 43

def self.parse(string)
  YAML.load(string)
end