Calls Oniguruma::ORegexp#gsub on this string.
# File lib/oniguruma.rb, line 297 def ogsub(*args) Oniguruma::ORegexp.new(args.shift).gsub(self, *args) end
Calls Oniguruma::ORegexp#gsub! on this string.
# File lib/oniguruma.rb, line 302 def ogsub!(*args) Oniguruma::ORegexp.new(args.shift).gsub!(self, *args) end
Generated with the Darkfish Rdoc Generator 2.