class BSON::ObjectId
def inspect
- Since: - 2.0.0
Returns:
-
(String)- The object id in form BSON::ObjectId('id')
Other tags:
- Example: Inspect the object id. -
def inspect "BSON::ObjectId('#{self}')" end
(String)
- The object id in form BSON::ObjectId('id')
def inspect "BSON::ObjectId('#{self}')" end