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