# File lib/rails_i18n/common_pluralizations/one_with_zero_other.rb, line 7 def self.rule lambda { |n| n == 0 || n == 1 ? :one : :other } end