Method: BSON::ObjectId#inspect
- Defined in:
- lib/bson/object_id.rb
#inspect ⇒ String
Get a nice string for use with object inspection.
134 135 136 |
# File 'lib/bson/object_id.rb', line 134 def inspect "BSON::ObjectId('#{self}')" end |