# File lib/mongo/operation/result.rb, line 145
      def documents
        if acknowledged?
          replies.flat_map{ |reply| reply.documents }
        else
          []
        end
      end