Method: Puppet::Pops::Types::TypeFormatter#string_PFloatType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PFloatType(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.
196 197 198 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 196 def string_PFloatType(t) append_array('Float', t.unbounded?) { append_elements(range_array_part(t)) } end |