summaryrefslogtreecommitdiff
path: root/lib/rubygems/source/vendor.rb
blob: 701bc7fe84c8ed3c188f74d66edf698d9b415c6c (plain)
1
2
3
4
5
6
##
# This represents a vendored source that is similar to an installed gem.

class Gem::Source::Vendor < Gem::Source::Installed
end