# File lib/mongo/bulk_write/unordered_combiner.rb, line 38
      def combine
        combine_requests({}).map do |name, ops|
          { name => ops }
        end
      end