Oren Shani wrote in post #1056125: > Now since upgrading to 1.9 is something I wanted to do anyway (my > sysadmin upbringing tells me to always strive to be at the latest > release), I wonder if you could tell me if this is really a hassle or > not. IME it's pretty painful, in particular if you have programs which use Strings, and you want to understand how they work in ruby 1.9. Here's my attempt: https://github.com/candlerb/string19/blob/master/string19.rb Personally I find that ruby 1.9 is a very different and painful language, so I stick with 1.8. YMMV. If you are going to 1.9 then also check that all the gems/libraries you use work with 1.9. -- Posted via http://www.ruby-forum.com/.