I have used Oniguruma in Ruby 1.8.7 to parse my regular expressions but now i am moving to Ruby 1.9.2 and can someone please tell me, what are the changes that needs to be done.
I guess oniguruma is default library in ruby 1.9.2 so we dont have to use require 'oniguruma' in the environment file but it gives me an error on my oniguruma syntax so can some help to let me know the procedure to use oniguruma in ruby 1.9.2
Regexp.newor regex literals. – mu is too short Aug 18 '11 at 8:11