class Bundler::Source::Gemspec
Attributes
 gemspec[R] 
  Public Class Methods
# File lib/bundler/source/gemspec.rb, line 8 def initialize(options) super @gemspec = options["gemspec"] end
 Calls superclass method 
  Public Instance Methods
# File lib/bundler/source/gemspec.rb, line 13 def as_path_source Path.new(options) end
    Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.