replという便利なソフトウェアを発見したので共有します。 repl(1) -- sometimes you need a repl $ repl git git>> _ repl コマンド名で起動すると、そのコマンドのオプションを入力させられ、その結果を表示します。参考になるページを読むといいです。 マッカーな人向け $ brew install repl Rubyistな人向け $ gem install repl Linuxな人 $ export REPL_BIN=~/bin/repl $ curl -s https://raw.github.com/defunkt/repl/latest/bin/repl > $REPL_BIN $ chmod 755 $REPL_BIN 便利な活用方法 iTermを開く railsプロジェクトのディレクトリへ 画面を分割して、 repl rail