るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.124秒)
トップページ > バージョン:2.6.0[x] > クエリ:e[x] > クエリ:ExtConfBuilder[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

種類

ライブラリ

クラス

検索結果

Gem::Ext::ExtConfBuilder (72001.0)

extconf.rb を元にして拡張ライブラリをビルドするためのクラスです。

extconf.rb を元にして拡張ライブラリをビルドするためのクラスです。

Gem::Ext::ExtConfBuilder.build(extension, directory, dest_path, results) -> Array (18301.0)

@todo

@todo

Makefile が存在しない場合は、extconf.rb を実行して
Makefile を作成してから make を実行します。

@param extension ファイル名を指定します。

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.make