# File lib/active_support/inflector/inflections.rb, line 85 def human(rule, replacement) @humans.insert(0, [rule, replacement]) end