# File lib/active_support/core_ext/string/inflections.rb, line 138
        def humanize
          Inflector.humanize(self)
        end