Module PSON::Pure::Generator::GeneratorMethods::Object
In: lib/puppet/external/pson/pure/generator.rb

Methods

to_pson  

Public Instance methods

Converts this object to a string (calling to_s), converts it to a PSON string, and returns the result. This is a fallback, if no special method to_pson was defined for some object.

[Validate]