Sha256: 242d10a22248ba151bdae5cb3ad0b993dbd08310089dcfb990353ba8a431ea9c

Contents?: true

Size: 288 Bytes

Versions: 63

Compression:

Stored size: 288 Bytes

Contents

# frozen_string_literal: true
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

63 entries across 62 versions & 9 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/gem.rb
yard-0.9.7 lib/yard/rubygems/backports/gem.rb
yard-0.9.6 lib/yard/rubygems/backports/gem.rb