Module: BSON::Specialized::ClassMethods
- Defined in:
- lib/bson/specialized.rb
Overview
Instance Method Summary collapse
-
#from_bson(bson) ⇒ MinKey
Deserialize MinKey from BSON.
Instance Method Details
#from_bson(bson) ⇒ MinKey
Deserialize MinKey from BSON.
69 70 71 |
# File 'lib/bson/specialized.rb', line 69 def from_bson(bson) new end |