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/gistto/enhancements/json.rb, line 723
def to_json(*) to_s end