Method: Qcmd::Configuration.update

Defined in:
lib/qcmd/configuration.rb

.update(key, value) ⇒ Object



50
51
52
53
# File 'lib/qcmd/configuration.rb', line 50

def update key, value
  config[key] = value
  save
end