method
new
new()
public
Hide source
# File activesupport/lib/active_support/inflector/inflections.rb, line 25 def initialize @plurals, @singulars, @uncountables, @humans = [], [], [], [] end