# File lib/puppet/external/pson/pure/generator.rb, line 375 375: def to_pson(*) 376: '"' << PSON.utf8_to_pson(self) << '"' 377: end