Ruby 2.2.0 リファレンスマニュアル
> ライブラリ一覧
> rubygems/ext/builderライブラリ
> Gem::Ext::Builderクラス
> run
singleton method Gem::Ext::Builder.run
- run(command, results)[permalink][rdoc]
- 
[TODO]
 
与えられたコマンドを実行します。
 
- [PARAM] command:
- 
実行するコマンドを文字列で指定します。
- [PARAM] results:
- 
結果を入れるための配列です。この変数は破壊的に変更されます。
- [EXCEPTION] Gem::InstallError:
- 
コマンドの実行に失敗した場合に発生します。