Class: TrueClass

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 true: ‘true’.



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

def to_json(*) to_s end