Ruby環境作り - rcodetools インストール

rcodetoolsのインストールです。
rcodetoolsって何?とは聞かないでください。答えられないので(^_^;)
便利ツールてんこ盛りっぽい。使いこなせるようになりたいので入れます。

rcodetoolsRubyGemsで楽チンです。

1. rcodetools のインストール

コマンドプロンプトを起動して、以下を入力してインストールします。

gem install rcodetools 
==============================================================================

rcodetools will work better if you use it along with FastRI, an alternative to
the standard 'ri' documentation browser which features intelligent searching,
better RubyGems integration, vastly improved performance, remote queries via
DRb... You can find it at http://eigenclass.org/hiki.rb?fastri and it is also
available in RubyGems format:

    gem install fastri

Read README.emacs and README.vim for information on how to integrate
rcodetools in your editor.

==============================================================================

こんなメッセージがでましたので、合わせてfastriもインストールします。

2. fastri のインストール

gem install fastri

3. rcodetools, fastri のインストール確認

gem list -l
fastri (0.3.1.1)
mkrf (0.2.3)
ocra (1.1.3)
rcodetools (0.8.5.0)
ruby-opengl (0.60.1)

[ 2010/01/19 現在 ]

入りました。終了です。

さて、いつになったらRubyが出てくるんだろ?(^^)