# File lib/mixlib/config.rb, line 245 def default(symbol, default_value = nil, &block) configurable(symbol).defaults_to(default_value, &block) end