# File lib_conf/rucy/config.rb, line 11
    def config(rep)
      config_sys(rep)
      config_core(rep)
      config_ctrl(rep)
      config_win32(rep) if (RUBY_PLATFORM =~ /mswin32|mingw32/i)
      rep
    end