Method: Bundler::CorruptBundlerInstallError#initialize

Defined in:
lib/bundler/errors.rb

#initialize(loaded_spec) ⇒ CorruptBundlerInstallError

Returns a new instance of CorruptBundlerInstallError.


253
254
255
# File 'lib/bundler/errors.rb', line 253

def initialize(loaded_spec)
  @loaded_spec = loaded_spec
end