# File lib/powerpack/string/squish.rb, line 21
    def squish!
      strip!
      gsub!(/\s+/, ' ')
      self
    end