class Bundler::ParallelInstaller
Private Instance Methods
do_install(spec_install, worker_num)
click to toggle source
# File lib/extended_bundler/backports.rb, line 12 def do_install(spec_install, worker_num) ret = old_do_install(spec_install, worker_num) Bundler::Plugin.hook('after-install', ret) ret end
Also aliased as: old_do_install