Module: FormatHelper

Instance Method Summary collapse

Instance Method Details

#squeeze_n_strip(string = '') ⇒ Object



3
4
5
# File 'app/helpers/format_helper.rb', line 3

def squeeze_n_strip(string='')
  string.squeeze(' ').strip
end