This represents a vendored source that is similar to an installed gem.
Methods
Class Public methods
new(path)
Link
Creates a new Vendor source for a gem that was
unpacked at path.
Source: show
# File lib/rubygems/source/vendor.rb, line 9 def initialize path @uri = path end
Instance Public methods