# File lib/friendly_id/slug_string.rb, line 259
      def with_dashes!
        @wrapped_string = @wrapped_string.gsub(/\s+/u, '-')
      end