类:Symbol
- 继承:
-
对象
- 对象
- 符号
- 定义于:
- 构建/ruby-driver-v2.19/lib/ mongo /bson.rb
Overview
用于允许使用已弃用符号的补丁。
实例方法摘要折叠
-
# bson_type ⇒ string
覆盖默认BSON类型以使用符号类型而不是string类型。
实例方法详细信息
# bson_type ⇒ string
覆盖默认BSON类型以使用符号类型而不是string类型。
32 33 34 |
# File 'build/Ruby-driver-v 2.19 /lib/mongo/bson.rb', line 32 def bson_type BSON::符号::BSON_TYPE end |