行ったり来たりしてしまったので最短ルート書いとく。
1.Xcodeをインストール
App Storeから
2.Command Line Toolsをインストール
XcodeのPreferences…→Downloads→Command Line Tools
3.Homebrewをインストール
「Homebrewを任意のディレクトリにインストールする。」
4.RVMをインストール
$ curl -L https://get.rvm.io | bash -s stable
5.RVMの初期設定
$ rvm requirements # の結果を見ながら・・・
$ brew update
$ brew install libksba
$ brew tap homebrew/dupes
$ brew install autoconf automake apple-gcc42
$ rvm pkg install openssl
6.Rubyをインストール
$ rvm install ruby