Sha256: 7fd1fba60cbfb2bebd69d3c0554e24be9ccd461b1de66458f5193d1d17187ec0
Contents?: true
Size: 182 Bytes
Versions: 52
Compression:
Stored size: 182 Bytes
Contents
module Gem ## # Returns the Gem::SourceIndex of specifications that are in the Gem.path def self.source_index @@source_index ||= SourceIndex.from_installed_gems end end
Version data entries
52 entries across 43 versions & 5 rubygems