Class: Integer
Overview
Extensions for Ruby's Integer
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.
84 85 86 |
# File 'lib/sxp/writer.rb', line 84 def to_sxp to_s end |