module PSON::Pure::Generator::GeneratorMethods::Integer

Public Instance Methods

to_pson(*) click to toggle source

Returns a PSON string representation for this Integer number.

# File lib/octocatalog-diff/external/pson/pure/generator.rb, line 318
def to_pson(*) to_s end