Method: ActiveObject::String#squish
- Defined in:
- lib/active_object/string.rb
#squish ⇒ Object
286 287 288 |
# File 'lib/active_object/string.rb', line 286 def squish strip.gsub(/\s+/, " ") end |
286 287 288 |
# File 'lib/active_object/string.rb', line 286 def squish strip.gsub(/\s+/, " ") end |