module JSON::TruffleRuby::Generator::GeneratorMethods::TrueClass

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string for true: 'true'.

# File lib/json/truffle_ruby/generator.rb, line 693
def to_json(*) 'true' end