# File lib/json-schema/uri/uuid.rb, line 214
                def pack tl, tm, th, ch, cl, n
                        raw = [tl, tm, th, ch, cl, n].pack "NnnCCa6"
                        ret = new raw
                        ret.freeze
                        ret
                end