# File lib/active_support/core_ext/string/filters.rb, line 12
  def squish
    dup.squish!
  end