each_authority()
public
Hide source
# File lib/resolv.rb, line 1405 def each_authority @authority.each {|name, ttl, data| yield name, ttl, data } end