Module: JSON::Pure::Generator::GeneratorMethods::Integer
- Defined in:
- lib/gistto/enhancements/json.rb
Instance Method Summary collapse
-
#to_json ⇒ Object
Returns a JSON string representation for this Integer number.
Instance Method Details
#to_json ⇒ Object
Returns a JSON string representation for this Integer number.
723 |
# File 'lib/gistto/enhancements/json.rb', line 723 def to_json(*) to_s end |