59 60 61 62 63
# File 'lib/canfig/config.rb', line 59 def clear(*keys) save_state! do keys.each { |key| state[key] = nil } end end