# File lib/dnsruby.rb, line 523
    def initialize(resolvers=[Hosts.new, DNS.new])
      @resolvers = resolvers
    end