method
to_s
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::BigDecimalWithDefaultFormat
to_s(format = nil)public
No documentation available.
# File activesupport/lib/active_support/core_ext/big_decimal/conversions.rb, line 8
def to_s(format = nil)
super(format || DEFAULT_STRING_FORMAT)
end