This represents a vendored source that is similar to an installed gem.
Creates a new Vendor source for a gem that was unpacked at path.
# File ruby-3.1.2/lib/rubygems/source/vendor.rb, line 9
def initialize(path)
@uri = path
end