# File lib/active_support/multibyte/chars.rb, line 69
    def gsub(*a, &b); @string.gsub(*a, &b).chars; end