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

Defined in:
lib/octocatalog-diff/external/pson/pure/generator.rb

Instance Method Summary collapse

Instance Method Details

#to_psonObject

Returns a PSON string for nil: ‘null’.



390
# File 'lib/octocatalog-diff/external/pson/pure/generator.rb', line 390

def to_pson(*) 'null' end