# File lib/active_support/multibyte/handlers/utf8_handler.rb, line 225
      def lstrip(str)
        str.gsub(UNICODE_LEADERS_PAT, '')
      end