Method: Puppet::Pops::Types::TypeFormatter#string_PSemVerType
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#string_PSemVerType(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.
235 236 237 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 235 def string_PSemVerType(t) append_array('SemVer', t.ranges.empty?) { append_strings(t.ranges) } end |