method
to_formatted_s
v3.2.1 -
Show latest stable
- Class:
BigDecimal
to_formatted_s(format = DEFAULT_STRING_FORMAT)public
No documentation available.
# File activesupport/lib/active_support/core_ext/big_decimal/conversions.rb, line 40
def to_formatted_s(format = DEFAULT_STRING_FORMAT)
_original_to_s(format)
end