lstrip(str)
Does Unicode-aware lstrip
# File activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb, line 227 def lstrip(str) str.gsub(UNICODE_LEADERS_PAT, '') end