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