23 24 25
# File 'lib/midwire_common/string.rb', line 23 def left_trim! gsub!(/^[\t\s]+/, '') || '' end