class Utils::ConfigFile

def parse(source)

def parse(source)
  interpret_with_binding source, binding
  self
end