# File lib/ipaddress/ipv6.rb, line 375 def include?(oth) @prefix <= oth.prefix and network_u128 == self.class.new(oth.address+"/#@prefix").network_u128 end