# File lib/ipaddress/ipv6.rb, line 451 def each (network_u128..broadcast_u128).each do |i| yield self.class.parse_u128(i, @prefix) end end