Method: Puppet::Pops::Types::StringConverter#initialize

Defined in:
lib/puppet/pops/types/string_converter.rb

#initializeStringConverter

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.

Returns a new instance of StringConverter.



261
262
263
# File 'lib/puppet/pops/types/string_converter.rb', line 261

def initialize
  @string_visitor = Visitor.new(self, "string", 3, 3)
end