Method: BSON::DBRef#to_bson
- Defined in:
- lib/bson/dbref.rb
#to_bson(buffer = ByteBuffer.new) ⇒ BSON::ByteBuffer
Converts the DBRef to raw BSON.
129 130 131 |
# File 'lib/bson/dbref.rb', line 129 def to_bson(buffer = ByteBuffer.new) as_json.to_bson(buffer) end |