Class Gem::Specification
In: lib/extlib/rubygems.rb
Parent: Object

Methods

sort_obj  

Public Instance methods

Overwrite this so that gems in the gems directory get preferred over gems from any other location. If there are two gems of different versions in the gems directory, the later one will load as usual.

@return [Array<Array>] The object used for sorting gem specs.

[Validate]