Examples of interesting bits of Ruby 1 Objects 2 Classes 3 Methods 4 Modules Rack - simple web app Setup RVM bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) Install ruby rvm install 1.9.2 Use gemset rvm --create use 1.9.2@learning