Module: Fiveruns::JSON::Pure::Generator::GeneratorMethods::Object
- Defined in:
- lib/fiveruns/json/generator.rb
Instance Method Summary collapse
-
#to_fjson ⇒ Object
Converts this object to a string (calling #to_s), converts it to a FiverunsJSON string, and returns the result.
Instance Method Details
#to_fjson ⇒ Object
Converts this object to a string (calling #to_s), converts it to a FiverunsJSON string, and returns the result. This is a fallback, if no special method #to_json was defined for some object.
203 |
# File 'lib/fiveruns/json/generator.rb', line 203 def to_fjson(*) to_s.to_fjson end |