Method: Puppet::Pops::Types::PMetaType#to_s

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

#to_sString

Returns the expanded string the form of the alias, e.g. <alias name> = <resolved type>



90
91
92
# File 'lib/puppet/pops/types/p_meta_type.rb', line 90

def to_s
  TypeFormatter.singleton.alias_expanded_string(self)
end