# File lib/json-schema/uri/uuid.rb, line 229
        def to_s
                a = unpack
                tmp = a[-1].unpack 'C*'
                a[-1] = sprintf '%02x%02x%02x%02x%02x%02x', *tmp
                "%08x-%04x-%04x-%02x%02x-%s" % a
        end