str.chomp!(separator=$/) â str or nil
Instance Public methods
Modifies str in place as described for String#chomp
,
returning str, or nil
if no modifications were made.
Modifies str in place as described for String#chomp
,
returning str, or nil
if no modifications were made.
Please login to continue.