Method: Puppet::Pops::Types::TypeFactory.numeric

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

.numericObject

Produces the Numeric type



66
67
68
# File 'lib/puppet/pops/types/type_factory.rb', line 66

def self.numeric
  PNumericType::DEFAULT
end