method
to_s
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::BigDecimalWithDefaultFormat
to_s(format = "F")public
No documentation available.
# File activesupport/lib/active_support/core_ext/big_decimal/conversions.rb, line 8
def to_s(format = "F")
super(format)
end