unit()
private

No documentation available.

# File activesupport/lib/active_support/number_helper/number_to_human_size_converter.rb, line 35
        def unit
          translate_number_value_with_default(storage_unit_key, locale: options[:locale], count: number.to_i, raise: true)
        end