method
lstrip
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
lstrip()
public
Returns a copy of str with leading whitespace removed. See also String#rstrip and String#strip.
" hello ".lstrip #=> "hello " "hello".lstrip #=> "hello"
lstrip()
public
Returns a copy of str with leading whitespace removed. See also String#rstrip and String#strip.
" hello ".lstrip #=> "hello " "hello".lstrip #=> "hello"