Class: NilClass

Inherits:
Object show all
Defined in:
lib/facets/json.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Returns a JSON string for nil: ‘null’.



654
# File 'lib/facets/json.rb', line 654

def to_json(*) 'null' end