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