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