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