# File lib/active_support/inflector.rb, line 33
      def initialize
        @plurals, @singulars, @uncountables = [], [], []
      end