--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Modifies str in place as described for String#chomp, returning str, or nil if no modifications were made.
full_name: String#chomp!
is_singleton: false
name: chomp!
params: |
str.chomp!(separator=$/) => str or nil
visibility: public