# File lib/mixlib/config/configurable.rb, line 22 def initialize(symbol) @symbol = symbol @default = nil @default_value = nil @writes_value = nil end