module PSON::Pure::Generator::GeneratorMethods::NilClass
Public Instance Methods
to_pson(*)
click to toggle source
Returns a PSON
string for nil: 'null'.
# File lib/puppet/external/pson/pure/generator.rb 390 def to_pson(*) 'null' end