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