Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/flexible_include.rb

Instance Method Summary collapse

Instance Method Details

#squishObject



9
10
11
# File 'lib/flexible_include.rb', line 9

def squish
  strip.gsub(/\s+/, ' ')
end