class String

Extensions for Ruby's `String` 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 59
def to_sxp
  inspect
end