# File lib/mail/multibyte/chars.rb, line 180
        def lstrip
          chars(@wrapped_string.gsub(Unicode::LEADERS_PAT, ''))
        end