るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. _builtin $-l
  2. lupdecomposition l
  3. kernel $-l
  4. matrix l
  5. $-l spec/rubycmd

検索結果

OpenSSL::X509::ExtensionFactory#config -> OpenSSL::Config (91507.0)

自身に設定されているコンフィグファイルオブジェクトを設定します。

自身に設定されているコンフィグファイルオブジェクトを設定します。

OpenSSL::X509::ExtensionFactory#config=(config) (55315.0)

自身にコンフィグファイルオブジェクトを設定します。

自身にコンフィグファイルオブジェクトを設定します。


require 'openssl'
factory.config = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)

@param config 設定ファイル(OpenSSL::Config オブジェクト)

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

@todo

@todo

Makefile が存在しない場合は、configure スクリプトを実行して
Makefile を作成してから make を実行します。

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

@param directory

@param dest_path

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

@see Gem::Ext::Builder.make