# File lib/mixlib/config/configurable.rb, line 60 def set(config, value) config[@symbol] = @writes_value ? @writes_value.call(value) : value end