# File lib/msgpack/symbol.rb, line 2
  def to_msgpack_ext
    [to_s].pack('A*')
  end