Method: Puppet::Pops::Types::TypeFormatter#string_Module
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_Module(t) ⇒ 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.
591 592 593 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 591 def string_Module(t) append_string(TypeCalculator.singleton.type(t)) end |