Method: Bundler::ParallelInstaller::SpecInstallation#initialize
- Defined in:
- lib/bundler/installer/parallel_installer.rb
#initialize(spec) ⇒ SpecInstallation
Returns a new instance of SpecInstallation.
10 11 12 13 14 15 16 17 |
# File 'lib/bundler/installer/parallel_installer.rb', line 10 def initialize(spec) @spec = spec @name = spec.name @full_name = spec.full_name @state = :none @post_install_message = "" @error = nil end |