# File lib/rails_i18n/common_pluralizations/one_upto_two_other.rb, line 6 def self.rule lambda { |n| n && n >= 0 && n < 2 ? :one : :other } end