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