Produces a type for Array
492 493 494
# File 'lib/puppet/pops/types/type_factory.rb', line 492 def self.array_of_data @array_of_data_t = PArrayType.new(data) end