Method: Puppet::Pops::Types::TypeFactory.array_of_data

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

.array_of_dataObject

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