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