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