# File lib/active_support/multibyte/chars.rb, line 297
      def lstrip
        chars(@wrapped_string.gsub(UNICODE_LEADERS_PAT, ''))
      end