るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. ipaddr to_i

種類

ライブラリ

クラス

検索結果

Gem::Ext::ExtConfBuilder (24000.0)

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

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

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

@todo

...@todo

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

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

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

@param dest_path ???

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

@see Gem::Ext::Builder.make...