class ReeNumber::NumberToHumanSize
def unit(locale, storage_unit_key, number)
def unit(locale, storage_unit_key, number) t( storage_unit_key, locale: locale, count: number.to_i, raise: true, default_by_locale: :en ) end
def unit(locale, storage_unit_key, number) t( storage_unit_key, locale: locale, count: number.to_i, raise: true, default_by_locale: :en ) end