new(path)
Creates a new Vendor source for a gem that was unpacked at path.
# File lib/rubygems/source/vendor.rb, line 10 def initialize path @uri = path end