Class: Puppet::Util::RubyGems::NoGemsSource Private

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

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.

Instance Method Summary collapse

Methods inherited from Source

has_rubygems?, new, source

Instance Method Details

#clear_pathsObject

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.



72
# File 'lib/puppet/util/rubygems.rb', line 72

def clear_paths; end

#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.



68
69
70
# File 'lib/puppet/util/rubygems.rb', line 68

def directories
  []
end