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

Defined in:
lib/ghi/json.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

Returns a JSON string representation for this Integer number.



724
# File 'lib/ghi/json.rb', line 724

def to_json(*) to_s end