@since 2.0.0
# File lib/cinch/configuration/storage.rb, line 16 def load(new_config, from_default) _new_config = {} new_config.each do |option, value| case option when :backend _new_config[option] = Cinch::Utilities::Kernel.string_to_const(value) else _new_config[option] = value end end super(_new_config, from_default) end
Generated with the Darkfish Rdoc Generator 2.