# File lib/merb-core/vendor/facets/inflect.rb, line 59
      def plural_word(singular, plural)
        @plural_of[singular] = plural
      end