method

to_formatted_s

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