Class: BigDecimal
Overview
Extensions for Ruby’s ‘BigDecimal` 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.
137 138 139 |
# File 'lib/sxp/extensions.rb', line 137 def to_sxp(**) to_f.to_s end |