Class Symbol
In: lib/mongo/bson.rb
Parent: Object

Patch for allowing deprecated symbols to be used.

@since 2.2.1

Methods

bson_type  

Public Instance methods

Overrides the default BSON type to use the symbol type instead of a string type.

@example Get the bson type.

  :test.bson_type

@return [ String ] The character 14.

@since 2.2.1

[Validate]