method

process_specs

ruby latest stable - Class: Bundler::ParallelInstaller

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

process_specs()
private

Dequeue a spec and save its post-install message and then enqueue the remaining specs. Some specs might’ve had to wait til this spec was installed to be processed so the call to `enqueue_specs` is important after every dequeue.