Sha256: aae86edbbe443d56676de8c5854c9a4665fcaf31da1b37ce29301b21fb702610
Contents?: true
Size: 258 Bytes
Versions: 54
Compression:
Stored size: 258 Bytes
Contents
module Gem class << self undef source_index if method_defined?(:source_index) # Returns the Gem::SourceIndex of specifications that are in the Gem.path def source_index @@source_index ||= SourceIndex.from_installed_gems end end end
Version data entries
54 entries across 45 versions & 8 rubygems