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