class Symbol

def to_msgpack_ext

def to_msgpack_ext
  [to_s].pack('A*')
end