Module: JSON::Pure::Generator::GeneratorMethods::TrueClass
- Defined in:
- lib/gistto/enhancements/json.rb
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’.
817 |
# File 'lib/gistto/enhancements/json.rb', line 817 def to_json(*) 'true' end |