Module: PSON::Pure::Generator::GeneratorMethods::Integer
- Defined in:
- lib/octocatalog-diff/external/pson/pure/generator.rb
Instance Method Summary collapse
-
#to_pson ⇒ Object
Returns a PSON string representation for this Integer number.
Instance Method Details
#to_pson ⇒ Object
Returns a PSON string representation for this Integer number.
318 |
# File 'lib/octocatalog-diff/external/pson/pure/generator.rb', line 318 def to_pson(*) to_s end |