remove!(pattern)
Instance Public methods
Alters the string by removing all occurrences of the pattern. Short-hand for String#gsub!(pattern, '').
Alters the string by removing all occurrences of the pattern. Short-hand for String#gsub!(pattern, '').
Please login to continue.