# File lib/Dnsruby/Config.rb, line 84
    def initialize()
      @mutex = Mutex.new
      @configured = false
      #      parse_config

    end