class Fission::Config
def load_from_file
load_from_file
Examples
Internal: Loads config values from the Fission conf file into attributes.
def load_from_file if File.file?(CONF_FILE) @attributes.merge!(YAML.load_file(CONF_FILE)) end end
def load_from_file if File.file?(CONF_FILE) @attributes.merge!(YAML.load_file(CONF_FILE)) end end