Module: Pagy::I18n::P11n::OneOther

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

Class Method Summary collapse

Class Method Details

.plural_for(n = 0) ⇒ Object



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

def plural_for(n = 0)
  n == 1 ? :one : :other
end