Set a value
Parameters:
The name of the config setting
The value of the config setting
77 78 79
# File 'lib/icfs/config.rb', line 77 def set(key, val) @data[key] = val end