$ brew update
Error: undefined method `to_sym' for nil:NilClass
Please report this bug:
https://github.com/mxcl/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/cmd/update.rb:123:in `report'
/usr/local/Library/Homebrew/cmd/update.rb:121:in `each_line'
/usr/local/Library/Homebrew/cmd/update.rb:121:in `report'
/usr/local/Library/Homebrew/cmd/update.rb:35:in `update'
/usr/local/Library/brew.rb:95:in `send'
/usr/local/Library/brew.rb:95
Rubyが1.9.3なのが悪いのかなーと思って
rvm install 2.0
すると今度はrvmも古いらしく怒られ。
ごめんなさいごめんなさいしながら言われた通り
rvm get stable
その後逆向きに
rvm install 2.0
brew update
して完了。