method
smaller_than_base?
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::NumberHelper::NumberToHumanSizeConverter
smaller_than_base?()private
No documentation available.
# File activesupport/lib/active_support/number_helper/number_to_human_size_converter.rb, line 51
def smaller_than_base?
number.to_i.abs < base
end