Method: Puppet::Pops::Types::TypeFormatter#initialize
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#initialize ⇒ TypeFormatter
Returns a new instance of TypeFormatter.
26 27 28 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 26 def initialize @string_visitor = Visitor.new(nil, 'string', 0, 0) end |