module JSON::Pure::Generator::GeneratorMethods::TrueClass

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string for true: ‘true’.

# File lib/gistto/enhancements/json.rb, line 817
def to_json(*) 'true' end