Class: BSON::ObjectId
- Inherits:
-
Object
- Object
- BSON::ObjectId
- Defined in:
- lib/mongocore/ext.rb
Instance Method Summary collapse
-
#as_json(o = {}) ⇒ Object
Override the to_json method.
Instance Method Details
#as_json(o = {}) ⇒ Object
Override the to_json method
26 27 28 |
# File 'lib/mongocore/ext.rb', line 26 def as_json(o = {}) self.to_s end |