Class: NilClass
Overview
Extensions for Ruby’s ‘NilClass` 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.
25 26 27 |
# File 'lib/sxp/extensions.rb', line 25 def to_sxp(**) '#n' end |