We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0889081 commit abe8f7fCopy full SHA for abe8f7f
lib/mongo/cursor.rb
@@ -487,7 +487,7 @@ def query_options_hash
487
488
# Clean output for inspect.
489
def inspect
490
- "<Mongo::Cursor:0x#{object_id.to_s(16)} namespace='#{@db.name}.#{@collection.name}' " +
+ "<Mongo::Cursor:0x#{object_id.to_s(16)} namespace='#{full_collection_name}' " +
491
"@selector=#{@selector.inspect} @cursor_id=#{@cursor_id}>"
492
end
493
0 commit comments