module Gem
Public Class Methods
Source
# File lib/yard/rubygems/backports/gem.rb, line 6 def source_index @@source_index ||= SourceIndex.from_installed_gems end
Returns the Gem::SourceIndex
of specifications that are in the Gem.path
# File lib/yard/rubygems/backports/gem.rb, line 6 def source_index @@source_index ||= SourceIndex.from_installed_gems end
Returns the Gem::SourceIndex
of specifications that are in the Gem.path