Method: Puppet::Pops::Types::TypeFormatter#string_Symbol

Defined in:
lib/puppet/pops/types/type_formatter.rb

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



611
# File 'lib/puppet/pops/types/type_formatter.rb', line 611

def string_Symbol(t); @bld << t.to_s; end