Class: BigDecimal

Inherits:
Object show all
Defined in:
vendor/bundler/ruby/3.2.0/bundler/gems/sxp.rb-c250c287c809/lib/sxp/extensions.rb

Overview

Extensions for Ruby's BigDecimal class.

Instance Method Summary collapse

Instance Method Details

#to_sxp(**options) ⇒ String

Returns the SXP representation of this object.

Returns:



121
122
123
# File 'vendor/bundler/ruby/3.2.0/bundler/gems/sxp.rb-c250c287c809/lib/sxp/extensions.rb', line 121

def to_sxp(**options)
  to_f.to_s
end