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