# File lib/Dnsruby/Hosts.rb, line 98 def each_address(name, &proc) lazy_initialize if @name2addr.include?(name) @name2addr[name].each(&proc) end end