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

link|improve this question

67% accept rate
What specific syntax is causing trouble? – mu is too short Aug 18 '11 at 7:31
No i am getting NameError Exception: uninitialized constant Document::Oniguruma on Oniguruma::ORegexp.new and it havent checked syntax yet – Nishant Aug 18 '11 at 7:58
You should be able to use just Regexp.new or regex literals. – mu is too short Aug 18 '11 at 8:11
Thanks for such fast reply , And few other things i also need to ask i have`nt mentioned require 'oniguruma' in my environment file because its an inbuilt library in ruby 1.9.2 and i mentioned in ruby 1.8.7 and is there any specific change that i need to make , the code written in ruby 1.8.7 and i am now i am moving to ruby 1.9.2 – Nishant Aug 18 '11 at 8:14
I don't remember any particular difficulties going from 1.8.7 to 1.9.2 but I wouldn't call that an authoritative statement. – mu is too short Aug 18 '11 at 8:19
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.