Method: Puppet::Pops::Types::TypeFormatter#string_PIntegerType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PIntegerType(t) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
171 172 173 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 171 def string_PIntegerType(t) append_array('Integer', t.unbounded?) { append_elements(range_array_part(t)) } end |