class Utils::ConfigFile

def parse(source)

Returns:
  • (Object) - returns self after processing the source code

Parameters:
  • source (String) -- the source code to be interpreted and executed
def parse(source)
  interpret_with_binding source, binding
  self
end