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.rbThis will give you some nice ruby-style indention, syntax highlighting, etc etc etc.
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.rbThis will give you some nice ruby-style indention, syntax highlighting, etc etc etc.