27 28 29 30
# File 'lib/midwire_common/string.rb', line 27 def right_trim # remove trailing whitespace gsub(/[\t\s]+$/, '') end