Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.2.13) is shown here.
lstrip()
public
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