class Mutaconf::Config::YamlParser

Public Class Methods

new(options = {}) click to toggle source
# File lib/mutaconf/config.rb, line 87
def initialize options = {}
end

Public Instance Methods

parse(raw) click to toggle source
# File lib/mutaconf/config.rb, line 90
def parse raw
  YAML.load raw
end