class Gem::Source::Vendor
This represents a vendored source that is similar to an installed gem.
Public Class Methods
Public Instance Methods
Source
# File lib/rubygems/source/vendor.rb, line 14def<=>(other)caseotherwhenGem::Source::Lockthen-1whenGem::Source::Vendorthen0whenGem::Sourcethen1endend