Class: NilClass
Overview
:nodoc:
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’.
654 |
# File 'lib/facets/json.rb', line 654 def to_json(*) 'null' end |