Produces a type for Type
527 528 529
# File 'lib/puppet/pops/types/type_factory.rb', line 527 def self.type_type(inst_type = nil) inst_type.nil? ? PTypeType::DEFAULT : PTypeType.new(inst_type) end