module ActiveSupport::NumericWithFormat

def to_formatted_s(*args)

def to_formatted_s(*args)
  to_s(*args)
end