36 37 38 39
# File 'lib/midwire_common/string.rb', line 36 def trim # remove leading and trailing whitespace left_trim.right_trim end