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