Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/sxp/writer.rb
Overview
Extensions for Ruby's Object
class.
Instance Method Summary collapse
-
#to_sxp ⇒ String
Returns the SXP representation of this object.
Instance Method Details
#to_sxp ⇒ String
Returns the SXP representation of this object.
12 13 14 |
# File 'lib/sxp/writer.rb', line 12 def to_sxp to_s.to_json end |