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