41 42 43 44
# File 'lib/midwire_common/string.rb', line 41 def trim! # remove leading and trailing whitespace left_trim!.right_trim! || '' end