32 33 34
# File 'lib/midwire_common/string.rb', line 32 def right_trim! gsub!(/[\t\s]+$/, '') || '' end