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