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