Class: TrueClass
Overview
Extensions for Ruby’s TrueClass 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.
48 49 50 |
# File 'lib/sxp/writer.rb', line 48 def to_sxp '#t' end |