Module: JSON::Pure::Generator::GeneratorMethods::TrueClass

Defined in:
lib/gistto/enhancements/json.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Returns a JSON string for true: ‘true’.



817
# File 'lib/gistto/enhancements/json.rb', line 817

def to_json(*) 'true' end