Module: Pagy::I18n::P11n::OneUptoTwoOther

Defined in:
lib/pagy/modules/i18n/p11n/one_upto_two_other.rb

Class Method Summary collapse

Class Method Details

.plural_for(n = 0) ⇒ Object



9
10
11
# File 'lib/pagy/modules/i18n/p11n/one_upto_two_other.rb', line 9

def plural_for(n = 0)
  n >= 0 && n < 2 ? :one : :other
end