Project

General

Profile

« Previous | Next » 

Revision 748bfcf3

Added by Marc Dequènes over 13 years ago

  • ID 748bfcf3476615356454d8a71bc146f30508a45e

[evol] fix silly mistakes/typos

View differences:

lib/cyborghood/base/config.rb
end
end
protected def self.merge_into_default_config(conf_default, conf)
protected
def self.merge_into_default_config(conf_default, conf)
new_conf = conf_default.dup
conf.each_pair do |k, v|
if conf_default.has_key?(k) and conf_default[k].is_a?(Hash) and v.is_a?(Hash)

Also available in: Unified diff