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