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