Module: JSON::Pure::Generator::GeneratorMethods::Integer

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

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Returns a JSON string representation for this Integer number.



363
# File 'lib/json/pure/generator.rb', line 363

def to_json(*) to_s end