Class: Puppet::Util::RubyGems::OldGemsSource Private

Inherits:
Source show all
Defined in:
lib/puppet/util/rubygems.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

RubyGems < 1.8.0

Instance Method Summary collapse

Methods inherited from Source

has_rubygems?, new, source

Instance Method Details

#directoriesObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



53
54
55
# File 'lib/puppet/util/rubygems.rb', line 53

def directories
  @paths ||= Gem.latest_load_paths
end