Module: PSON::Pure::Generator::GeneratorMethods::NilClass
- Defined in:
- lib/octocatalog-diff/external/pson/pure/generator.rb
Instance Method Summary collapse
-
#to_pson ⇒ Object
Returns a PSON string for nil: ‘null’.
Instance Method Details
#to_pson ⇒ Object
Returns a PSON string for nil: ‘null’.
390 |
# File 'lib/octocatalog-diff/external/pson/pure/generator.rb', line 390 def to_pson(*) 'null' end |