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