class Bundler::Source::Gemspec

Parent:
Path

Attributes

gemspec[R]

Public Class Methods

new(options) Show source
# File lib/bundler/source/gemspec.rb, line 8
def initialize(options)
  super
  @gemspec = options["gemspec"]
end
Calls superclass method

Public Instance Methods

as_path_source() Show source
# 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.