Method: Mongo::Collection::View#inspect
- Defined in:
- lib/mongo/collection/view.rb
#inspect ⇒ String
Get a human-readable string representation of View.
181 182 183 184 |
# File 'lib/mongo/collection/view.rb', line 181 def inspect "#<Mongo::Collection::View:0x#{object_id} namespace='#{collection.namespace}'" + " @filter=#{filter.to_s} @options=#{options.to_s}>" end |