module JSON::TruffleRuby::Generator::GeneratorMethods::Integer

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string representation for this Integer number.

# File lib/json/truffle_ruby/generator.rb, line 625
def to_json(*) to_s end