class Object

Extensions for Ruby's `Object` class.

Public Instance Methods

to_sxp() click to toggle source

Returns the SXP representation of this object.

@return [String]

# File lib/sxp/writer.rb, line 11
def to_sxp
  to_s.to_json
end