class Bundler::Source::Gemspec

def as_path_source

def as_path_source
  Path.new(options)
end

def initialize(options)

def initialize(options)
  super
  @gemspec = options["gemspec"]
end