Class: TrueClass
Overview
Extensions for Ruby’s ‘TrueClass` 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.
49 50 51 |
# File 'lib/sxp/extensions.rb', line 49 def to_sxp(**) '#t' end |