# File lib/ipaddress/ipv6.rb, line 508
    def self.parse_hex(hex, prefix=128)
      self.parse_u128(hex.hex, prefix)
    end