Method: Mongo::Cursor#inspect
- Defined in:
- lib/mongo/cursor.rb
#inspect ⇒ Object
Clean output for inspect.
320 321 322 323 |
# File 'lib/mongo/cursor.rb', line 320 def inspect "<Mongo::Cursor:0x#{object_id.to_s(16)} namespace='#{@db.name}.#{@collection.name}' " + "@selector=#{@selector.inspect}>" end |