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