method
to_formatted_s
v5.0.0.1 -
Show latest stable
- Class:
ActiveSupport::NumericWithFormat
to_formatted_s(*args)public
No documentation available.
# File activesupport/lib/active_support/core_ext/numeric/conversions.rb, line 131
def to_formatted_s(*args)
to_s(*args)
end