Module: ActiveSupport::BigDecimalWithDefaultFormat

Included in:
BigDecimal
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/core_ext/big_decimal/conversions.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_s(format = "F") ⇒ Object



8
9
10
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/core_ext/big_decimal/conversions.rb', line 8

def to_s(format = "F")
  super(format)
end