module JSON::TruffleRuby::Generator::GeneratorMethods::Integer Public Instance Methods to_json (*) Returns a JSON string representation for this Integer number. toggle source # File lib/json/truffle_ruby/generator.rb, line 574 def to_json(*) to_s end