Class: Puppet::Util::RubyGems::NoGemsSource Private
- 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
- #clear_paths ⇒ Object private
- #directories ⇒ Object private
Methods inherited from Source
Instance Method Details
#clear_paths ⇒ Object
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.
65 |
# File 'lib/puppet/util/rubygems.rb', line 65 def clear_paths; end |
#directories ⇒ Object
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.
61 62 63 |
# File 'lib/puppet/util/rubygems.rb', line 61 def directories [] end |