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

Defined in:
lib/gistto/enhancements/json.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Returns a JSON string representation for this Integer number.



723
# File 'lib/gistto/enhancements/json.rb', line 723

def to_json(*) to_s end