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