Parses the configuration
Parameters:
the path to the configuration file
Returns:
the configuration hash
36 37 38
# File 'lib/vscripts/config.rb', line 36 def parse(file) YAML.load(read(file)) if check_config(file) end