# File lib/mongo/collection/view/readable.rb, line 382
        def projection(document = nil)
          validate_doc!(document) if document
          configure(:projection, document)
        end