# File lib/merb-core/vendor/facets/inflect.rb, line 119
      def plural_rule(singular, plural)
        @plural_rules << [singular, plural]
      end