method
new
ruby latest stable - Class:
Bundler::GemInstaller
new(spec, installer, standalone = false, worker = 0, force = false)public
No documentation available.
# File lib/bundler/installer/gem_installer.rb, line 7
def initialize(spec, installer, standalone = false, worker = 0, force = false)
@spec = spec
@installer = installer
@standalone = standalone
@worker = worker
@force = force
end