class Bundler::Source::Gemspec

属性

gemspec[R]

公共类方法

new(options) 点击切换源代码
调用父类方法
# File bundler/source/gemspec.rb, line 8
def initialize(options)
  super
  @gemspec = options["gemspec"]
end

公共实例方法

as_path_source() 点击切换源代码
# File bundler/source/gemspec.rb, line 13
def as_path_source
  Path.new(options)
end