class Gem::Resolv::DNS::Message

def each_authority

def each_authority
  @authority.each {|name, ttl, data|
    yield name, ttl, data
  }
end