Module: JSON::Pure::Generator::GeneratorMethods::Integer
- Defined in:
- lib/crazy_ivan/vendor/json-1.1.7/lib/json/pure/generator.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.
347 |
# File 'lib/crazy_ivan/vendor/json-1.1.7/lib/json/pure/generator.rb', line 347 def to_json(*) to_s end |