Method: CrmFormatter::Tools#strip_squeeze

Defined in:
lib/crm_formatter/tools.rb

#strip_squeeze(str) ⇒ Object



70
71
72
73
# File 'lib/crm_formatter/tools.rb', line 70

def strip_squeeze(str)
  str = str.squeeze(' ')
  str = str.strip
end