# File lib/ipaddress/ipv4.rb, line 905
def
to_ipv6
"%.4x:%.4x"
%
[
to_u32
].
pack
(
"N"
).
unpack
(
"nn"
)
end