# File lib/active_support/core_ext/string/inflections.rb, line 105
        def parameterize(sep = '-')
          Inflector.parameterize(self, sep)
        end