Class: FalseClass
Overview
Extensions for Ruby’s FalseClass 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.
36 37 38 |
# File 'lib/sxp/writer.rb', line 36 def to_sxp '#f' end |