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