Class: NilClass
Overview
Extensions for Ruby’s NilClass 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.
24 25 26 |
# File 'lib/sxp/writer.rb', line 24 def to_sxp '#n' end |