るりまサーチ

最速Rubyリファレンスマニュアル検索!
96件ヒット [1-96件を表示] (0.146秒)
トップページ > クエリ:Gem::Ext::Builder[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::Builder (23000.0)

拡張ライブラリをビルドするためのクラスです。 他のビルダークラスはこのクラスを継承しています。

拡張ライブラリをビルドするためのクラスです。
他のビルダークラスはこのクラスを継承しています。

Gem::Ext::Builder.class_name -> String (21000.0)

@todo

@todo

ビルダーのクラス名を返します。

Gem::Ext::Builder.make(dest_path, results) (21000.0)

@todo

@todo

Makefile を編集して make, make install を実行します。

@param dest_path ???

@param results 結果を入れるための配列です。この変数は破壊的に変更されます。

@raise Gem::InstallError Makefile が存在しない場合に発生します。

@raise Gem::InstallError make の実行に失敗した場合に発生します。

Gem::Ext::Builder.redirector -> String (21000.0)

@todo

@todo

'2>&1' という文字列を返します。

Gem::Ext::Builder.run(command, results) (21000.0)

@todo

@todo

与えられたコマンドを実行します。

@param command 実行するコマンドを文字列で指定します。

@param results 結果を入れるための配列です。この変数は破壊的に変更されます。

@raise Gem::InstallError コマンドの実行に失敗した場合に発生します。

絞り込み条件を変える

Gem::Ext::ConfigureBuilder.build(extension, directory, dest_path, results) -> Array (6.0)

@todo

...実行して
Makefile を作成してから make を実行します。

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

@param directory

@param dest_path

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

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

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

@todo

...ake を実行します。

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

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

@param dest_path ???

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

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

Gem::Ext::RakeBuilder.build(extension, directory, dest_path, results) -> Array (6.0)

@todo

...ake を実行します。

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

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

@param dest_path ???

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

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