class BigDecimal

Extensions for Ruby's `BigDecimal` class.

Public Instance Methods

to_sxp() click to toggle source

Returns the SXP representation of this object.

@return [String]

# File lib/sxp/writer.rb, line 95
def to_sxp
  to_f.to_s
end