lstrip()
Strips entire range of Unicode whitespace from the left of the string.
# File activesupport/lib/active_support/multibyte/chars.rb, line 181 def lstrip chars(@wrapped_string.gsub(Unicode::LEADERS_PAT, '')) end