# File lib/inflecto/inflections.rb, line 185
    def human(rule, replacement)
      @humans.insert(0, [rule, replacement])
      self
    end