Support for the Ruby 2.4 series has ended. See here for reference.
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 rubygems/source/vendor.rb, line 10 def initialize path @uri = path end