Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > rubygems/ext/ext_conf_builderライブラリ > Gem::Ext::ExtConfBuilderクラス
クラスの継承リスト: Gem::Ext::ExtConfBuilder < Gem::Ext::Builder < Object < Kernel < BasicObject
extconf.rb を元にして拡張ライブラリをビルドするためのクラスです。
build(extension, directory, dest_path, results) -> Array
[permalink][rdoc][TODO]
Makefile が存在しない場合は、extconf.rb を実行して Makefile を作成してから make を実行します。
[SEE_ALSO] Gem::Ext::Builder.make