class Symbol

def self.from_msgpack_ext(data)

def self.from_msgpack_ext(data)
  data.unpack('A*').first.to_sym
end