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