method

each_authority

each_authority()
public

No documentation available.

# File lib/resolv.rb, line 1367
      def each_authority
        @authority.each {|name, ttl, data|
          yield name, ttl, data
        }
      end