# File lib/dnsruby/resolv.rb, line 87 def each_address(name) getaddresses(name).each { |address| yield(address)} end