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