Actually, I believe that Ruby 1.9.3 code will run happily under Ruby 2+. As I understand, the main changes between Ruby 1.9 and Ruby 2.0 are some additions to the language and the default encoding for text encoding being changed to UTF-8. To check, I installed Ruby 2.2.1 on a Raspberry Pi by downloa...