Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.1.0) is shown here.
gsub(*a, &b)
public
Gsub works exactly the same as gsub on a normal
string.
# File activesupport/lib/active_support/multibyte/chars.rb, line 69
def gsub(*a, &b); @string.gsub(*a, &b).chars; end