# File lib/adhearsion/voip/asterisk/config_generators/config_generator.rb, line 46 def boolean(options) cache = options.delete(:with) || properties options.each_pair do |key, value| cache[key] = boolean_to_yes_no value end end