Module: JSON::TruffleRuby::Generator::GeneratorMethods::Integer

Defined in:
lib/json/truffle_ruby/generator.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Returns a JSON string representation for this Integer number.



521
# File 'lib/json/truffle_ruby/generator.rb', line 521

def to_json(*) to_s end