Class: TrueClass
Overview
:nodoc:
Instance Method Summary collapse
-
#to_json ⇒ Object
Returns a JSON string for true: ‘true’.
Instance Method Details
#to_json ⇒ Object
Returns a JSON string for true: ‘true’.
644 |
# File 'lib/facets/json.rb', line 644 def to_json(*) to_s end |