Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > rubygems/ext/builderライブラリ > Gem::Ext::Builderクラス
クラスの継承リスト: Gem::Ext::Builder < Object < Kernel < BasicObject
拡張ライブラリをビルドするためのクラスです。 他のビルダークラスはこのクラスを継承しています。
class_name -> String
[permalink][rdoc][TODO]
ビルダーのクラス名を返します。
make(dest_path, results)
[permalink][rdoc][TODO]
Makefile を編集して make, make install を実行します。
redirector -> String
[permalink][rdoc][TODO]
'2>&1' という文字列を返します。
run(command, results)
[permalink][rdoc][TODO]
与えられたコマンドを実行します。