Method: Bundler::IncorrectLockfileDependencies#initialize

Defined in:
lib/bundler/errors.rb

#initialize(spec) ⇒ IncorrectLockfileDependencies

Returns a new instance of IncorrectLockfileDependencies.



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

def initialize(spec)
  @spec = spec
end