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