format()
private

No documentation available.

# File activesupport/lib/active_support/number_helper/number_to_human_converter.rb, line 34
        def format
          options[:format] || translate_in_locale("human.decimal_units.format")
        end