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