# File lib/ipaddress/ipv4.rb, line 587
    def include?(oth)
      @prefix <= oth.prefix and network_u32 == (oth.to_u32 & @prefix.to_u32)
    end