# File lib/msgpack/symbol.rb, line 6
  def self.from_msgpack_ext(data)
    data.unpack('A*').first.to_sym
  end