Module: PSON::Pure::Generator::GeneratorMethods::NilClass

Defined in:
lib/vendor/puppet/external/pson/pure/generator.rb

Instance Method Summary collapse

Instance Method Details

#to_psonObject

Returns a PSON string for nil: ‘null’.



396
# File 'lib/vendor/puppet/external/pson/pure/generator.rb', line 396

def to_pson(*) 'null' end