# File lib/oniguruma.rb, line 302
   def ogsub!(*args)
      Oniguruma::ORegexp.new(args.shift).gsub!(self, *args)
   end