るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. new openssl::bn
  2. new openssl::asn1::asn1data
  3. new openssl::pkey::ec::group
  4. new openssl::x509::certificate
  5. start net::smtp

種類

ライブラリ

クラス

キーワード

検索結果

Gem::Ext::ExtConfBuilder (69001.0)

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

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

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

@todo

@todo

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

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

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

@param dest_path ???

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

@see Gem::Ext::Builder.make