Class: BigDecimal
Overview
Extensions for Ruby’s BigDecimal 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.
96 97 98 |
# File 'lib/sxp/writer.rb', line 96 def to_sxp to_f.to_s end |