Module: ActiveSupport::BigDecimalWithDefaultFormat
- Defined in:
- activesupport/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 'activesupport/lib/active_support/core_ext/big_decimal/conversions.rb', line 8 def to_s(format = "F") super(format) end |