# File lib/friendly_id/slug_string.rb, line 164 def clean! @wrapped_string = @wrapped_string.gsub(/\A\-|\-\z/, '').gsub(/\s+/u, ' ').strip end