class Utils::Config::ConfigFile

def parse(source)

def parse(source)
  interpret_with_binding source, binding
  self
end