base()
private

No documentation available.

# File activesupport/lib/active_support/number_helper/number_to_human_size_converter.rb, line 52
        def base
          opts[:prefix] == :si ? 1000 : 1024
        end