module PSON::Pure::Generator::GeneratorMethods::NilClass

Public Instance Methods

to_pson(*) click to toggle source

Returns a PSON string for nil: 'null'.

# File lib/octocatalog-diff/external/pson/pure/generator.rb, line 390
def to_pson(*) 'null' end