Support for the Ruby 2.2 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 9 def initialize path @uri = path end