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