Method: Puppet::Pops::Types::TypeFormatter.string
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
.string(t) ⇒ String
Produces a String representation of the given type.
22 23 24 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 22 def self.string(t) singleton.string(t) end |