method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::ParallelInstaller
new(installer, all_specs, size, standalone, force)public
No documentation available.
# File lib/bundler/installer/parallel_installer.rb, line 83
def initialize(installer, all_specs, size, standalone, force)
@installer = installer
@size = size
@standalone = standalone
@force = force
@specs = all_specs.map {|s| SpecInstallation.new(s) }
@spec_set = all_specs
@rake = @specs.find {|s| s.name == "rake" }
end