Vim and Ruby

Just FYI, if you’re using Vim to edit your Ruby code, you really want to be using the vim-ruby scripts, a-like so:

gem install vim-ruby
vim-ruby-install.rb

This will give you some nice ruby-style indention, syntax highlighting, etc etc etc.