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