Module: JSON::Pure::Generator::GeneratorMethods::NilClass
- Defined in:
- lib/json/pure/generator.rb
Instance Method Summary collapse
-
#to_json ⇒ Object
Returns a JSON string for nil: ‘null’.
Instance Method Details
#to_json ⇒ Object
Returns a JSON string for nil: ‘null’.
517 |
# File 'lib/json/pure/generator.rb', line 517 def to_json(*) 'null' end |