# File lib_conf/rucy/config.rb, line 15
    def config(rep)
      for conf in CONFIG
        conf.call(rep)
      end
      rep
    end