# File lib/ipaddress/ipv4.rb, line 473 def each (network_u32..broadcast_u32).each do |i| yield self.class.parse_u32(i, @prefix) end end