class Bundler::IncorrectLockfileDependencies

属性

spec[R]

公共类方法

new(spec) 点击以切换源代码
# File bundler/errors.rb, line 253
def initialize(spec)
  @spec = spec
end