initialize_dup(orig)
Private, for the test suite.
# File activesupport/lib/active_support/inflector/inflections.rb, line 41 def initialize_dup(orig) # :nodoc: %(plurals singulars uncountables humans acronyms acronym_regex).each do |scope| instance_variable_set("@#{scope}", orig.send(scope).dup) end end