Method: Bundler::CorruptBundlerInstallError#initialize
- Defined in:
- lib/bundler/errors.rb
#initialize(loaded_spec) ⇒ CorruptBundlerInstallError
Returns a new instance of CorruptBundlerInstallError.
249 250 251 |
# File 'lib/bundler/errors.rb', line 249 def initialize(loaded_spec) @loaded_spec = loaded_spec end |