module JSON::Pure::Generator::GeneratorMethods::TrueClass
Public Instance Methods
to_json(*)
click to toggle source
Returns a JSON string for true: 'true'.
# File lib/json/pure/generator.rb, line 507 def to_json(*) 'true' end