123456789_123456789_123456789_123456789_123456789_

Class: Bundler::Source::Gemspec

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Bundler::Source::Path
Defined in: lib/bundler/source/gemspec.rb

Constant Summary

Path - Inherited

DEFAULT_GLOB

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Constructor Details

.new(options) ⇒ Gemspec

[ GitHub ]

  
# File 'lib/bundler/source/gemspec.rb', line 8

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

Instance Attribute Details

#gemspec (readonly)

[ GitHub ]

  
# File 'lib/bundler/source/gemspec.rb', line 6

attr_reader :gemspec

Instance Method Details

#as_path_source

[ GitHub ]

  
# File 'lib/bundler/source/gemspec.rb', line 13

def as_path_source
  Path.new(options)
end