str.chop! â str or nil
Instance Public methods
Processes str as for String#chop
, returning
str, or nil
if str is the empty string. See
also String#chomp!
.
Processes str as for String#chop
, returning
str, or nil
if str is the empty string. See
also String#chomp!
.
Please login to continue.