# File lib/dnsruby/resolv.rb, line 112 def each_name(address) getnames(address).each { |address| yield(address) } end