Method: Puppet::Pops::Loader::ModuleLoaders::GemBased#to_s
- Defined in:
- lib/puppet/pops/loader/module_loaders.rb
#to_s ⇒ 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.
550 551 552 |
# File 'lib/puppet/pops/loader/module_loaders.rb', line 550 def to_s() "(ModuleLoader::GemBased '#{loader_name}' '#{@gem_ref}' [#{module_name}])" end |