--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Removes leading whitespace from str, returning nil if no change was made. See also String#rstrip! and String#strip!.
- !ruby/struct:SM::Flow::VERB
body: " " hello ".lstrip #=> "hello "\n "hello".lstrip! #=> nil\n"
full_name: String#lstrip!
is_singleton: false
name: lstrip!
params: |
str.lstrip! => self or nil
visibility: public