# File lib/ipaddress/ipv4.rb, line 395
def
each_host
hosts
.
each
do
|
i
|
yield
i
end
end