# File lib/ipaddress/ipv6.rb, line 366
    def unspecified?
      @prefix == 128 and @compressed == "::"
    end