Class: FalseClass
Overview
Extensions for Ruby’s ‘FalseClass` 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.
37 38 39 |
# File 'lib/sxp/extensions.rb', line 37 def to_sxp(**) '#f' end |