each_answer()
No documentation available.
# File lib/resolv.rb, line 1395 def each_answer @answer.each {|name, ttl, data| yield name, ttl, data } end