# File lib/moped/bson/extensions/symbol.rb, line 7 def __bson_dump__(io, key) io << Types::SYMBOL io << key.to_bson_cstring data = to_utf8_binary io << [ data.bytesize + 1 ].pack(INT32_PACK) io << data io << NULL_BYTE end
Generated with the Darkfish Rdoc Generator 2.